Home
last modified time | relevance | path

Searched refs:srvp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.h42 ppptun_atype *pap, uint32_t *outp, void **srvp);
43 extern int launch_service(int tunfd, poep_t *poep, void *srvp,
H A Dpppoed.c264 void *srvp; in handle_input() local
339 pkt_output, &srvp); in handle_input()
368 if (launch && launch_service(tunfd, poep, srvp, ptc)) in handle_input()
H A Doptions.c1884 uint32_t *outp, void **srvp) in locate_service() argument
1902 *srvp = NULL; in locate_service()
1977 *srvp = (void *)sep; in locate_service()
2012 *srvp = (void *)sep; in locate_service()
2022 if (*srvp != NULL) { in locate_service()
2023 sep = (const struct service_entry *)*srvp; in locate_service()
2073 launch_service(int tunfd, poep_t *poep, void *srvp, struct ppptun_control *ptc) in launch_service() argument
2075 const struct service_entry *sep = (const struct service_entry *)srvp; in launch_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c1021 ilbd_srv_t *srvp; in i_update_ksrv_rules() local
1035 srvp = list_head(&sg->isg_srvlist); in i_update_ksrv_rules()
1036 for (i = 0; srvp != NULL; srvp = list_next(&sg->isg_srvlist, srvp)) { in i_update_ksrv_rules()
1041 ILB_SGSRV_2_KSRV(&srvp->isv_srv, &kcmd->servers[i]); in i_update_ksrv_rules()