Searched refs:afp (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth7.C10 A& (A::*afp)(const A&) = &A::operator=;
11 (a.*afp) (b);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth7.C10 A& (A::*afp)(const A&) = &A::operator=;
11 (a.*afp) (b);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Duipc_accf.c238 struct accept_filter *afp; local
261 afp = af->so_accept_filter;
262 if (afp != NULL && afp->accf_destroy != NULL) {
263 (*afp->accf_destroy)(so);
271 atomic_dec_uint(&afp->accf_refcnt);
285 struct accept_filter *afp; local
307 afp = accept_filt_get(afa.af_name);
308 if (afp == NULL) {
319 if (afp
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_subr.c1075 struct acc_filter *afp, *prev, *tmp; local
1087 afp = malloc(sizeof(struct acc_filter), M_DEVBUF, M_WAITOK|M_ZERO);
1088 if (afp == NULL)
1091 afp->f_filter = *filter;
1092 afp->f_class = class;
1096 struct flow_filter *filter4 = &afp->f_filter;
1129 (struct flow_filter6 *)&afp->f_filter;
1161 afp->f_handle = get_filt_handle(classifier, i);
1164 afp->f_fbmask = filt2fibmask(filter);
1165 classifier->acc_fbmask |= afp
1192 struct acc_filter *afp; local
1216 struct acc_filter *afp; local
1244 struct acc_filter *afp; local
1458 struct acc_filter *afp; local
1481 struct acc_filter *afp; local
[all...]
H A Daltq_cbq.c761 cbq_add_filter(struct cbq_add_filter *afp) argument
767 ifacename = afp->cbq_iface.cbq_ifacename;
772 if ((cl = clh_to_clp(cbqp, afp->cbq_class_handle)) == NULL)
775 return acc_add_filter(&cbqp->cbq_classifier, &afp->cbq_filter,
776 cl, &afp->cbq_filter_handle);
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dtunnel.c162 const struct afswtch *afp; local
169 afp = lookup_af_bynum(req.addr.ss_family);
189 printf("\ttunnel %s %s%s --> %s%s\n", afp ? afp->af_name : "???",
H A Difconfig.c543 const struct afswtch *afp; local
699 if ((afp = lookup_af_bynum(af)) == NULL)
702 assert(afp->af_addr_commit != NULL);
703 (*afp->af_addr_commit)(env, oenv);
715 const struct afswtch *afp; local
718 SIMPLEQ_FOREACH(afp, &aflist, af_next) {
719 kw.k_word = afp->af_name;
720 kw.k_int = afp->af_af;
733 const struct afswtch *afp; local
735 SIMPLEQ_FOREACH(afp,
1181 const struct afswtch *afp; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/route/
H A Dshow.c104 parse_show_opts(int argc, char * const *argv, int *afp, int *flagsp, argument
167 *afp = af;
/netbsd-6-1-5-RELEASE/usr.sbin/faithd/
H A Dftp.c740 char *afp, *hostp, *portp; local
758 afp = p;
780 n = sscanf(afp, "%d", &af);

Completed in 96 milliseconds