/src/sbin/ifconfig/ |
tunnel.c | 155 const struct afswtch *afp; local in function:tunnel_status 162 afp = lookup_af_bynum(req.addr.ss_family); 184 printf("\ttunnel %s %s%s --> %s%s\n", afp ? afp->af_name : "???",
|
ifconfig.c | 535 const struct afswtch *afp; local in function:wait_dad_exec 563 afp = lookup_af_bynum(ifa->ifa_addr->sa_family); 564 if (afp && 565 ((afp->af_addr_tentative_or_detached && 569 afp->af_addr_tentative_or_detached(ifa)) || 570 (afp->af_addr_tentative && 571 afp->af_addr_tentative(ifa)))) 627 const struct afswtch *afp; local in function:main 807 if ((afp = lookup_af_bynum(af)) == NULL) 810 assert(afp->af_addr_commit != NULL) 824 const struct afswtch *afp; local in function:init_afs 842 const struct afswtch *afp; local in function:lookup_af_bynum 1284 const struct afswtch *afp; local in function:status [all...] |
/src/sys/kern/ |
uipc_accf.c | 236 struct accept_filter *afp; local in function:accept_filt_clear 259 afp = af->so_accept_filter; 260 if (afp != NULL && afp->accf_destroy != NULL) { 261 (*afp->accf_destroy)(so); 269 atomic_dec_uint(&afp->accf_refcnt); 283 struct accept_filter *afp; local in function:accept_filt_setopt 305 afp = accept_filt_get(afa.af_name); 306 if (afp == NULL) { 317 if (afp->accf_create != NULL && afa.af_name[0] != '\0') [all...] |
/src/usr.sbin/faithd/ |
ftp.c | 740 char *afp, *hostp, *portp; local in function:ftp_copycommand 758 afp = p; 780 n = sscanf(afp, "%d", &af);
|
/src/tests/usr.bin/xlint/lint1/ |
c11.c | 84 float fa[11], *afp[17]; variable in typeref:typename:float[11]* [17]
|
/src/sys/altq/ |
altq_subr.c | 1086 struct acc_filter *afp, *prev, *tmp; local in function:acc_add_filter 1098 afp = malloc(sizeof(struct acc_filter), M_DEVBUF, M_WAITOK|M_ZERO); 1099 if (afp == NULL) 1102 afp->f_filter = *filter; 1103 afp->f_class = class; 1107 struct flow_filter *filter4 = &afp->f_filter; 1140 (struct flow_filter6 *)&afp->f_filter; 1172 afp->f_handle = get_filt_handle(classifier, i); 1175 afp->f_fbmask = filt2fibmask(filter); 1176 classifier->acc_fbmask |= afp->f_fbmask 1203 struct acc_filter *afp; local in function:acc_delete_filter 1227 struct acc_filter *afp; local in function:acc_discard_filters 1255 struct acc_filter *afp; local in function:acc_classify 1469 struct acc_filter *afp; local in function:get_filt_handle 1492 struct acc_filter *afp; local in function:filth_to_filtp [all...] |