Searched refs:af_name (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/tools/regression/sockets/accf_data_attach/
H A Daccf_data_attach.c122 strcpy(afa.af_name, ACCF_NAME);
167 strcpy(afa.af_name, ACCF_NAME);
188 if (strcmp(afa.af_name, ACCF_NAME) != 0)
190 "listen() mismatch (got %s expected %s)", afa.af_name,
208 afa.af_name);
/freebsd-10.1-release/sys/kern/
H A Duipc_accf.c183 strcpy(afap->af_name, so->so_accf->so_accept_filter->accf_name);
234 afap->af_name[sizeof(afap->af_name)-1] = '\0';
240 afp = accept_filt_get(afap->af_name);
253 if (afp->accf_create != NULL && afap->af_name[0] != '\0') {
254 int len = strlen(afap->af_name) + 1;
257 strcpy(newaf->so_accept_filter_str, afap->af_name);
/freebsd-10.1-release/sbin/ifconfig/
H A Daf_link.c99 .af_name = "link",
107 .af_name = "ether",
115 .af_name = "lladdr",
H A Diffib.c88 .af_name = "af_fib",
H A Difgif.c103 .af_name = "af_gif",
H A Difgre.c83 .af_name = "af_gre",
H A Dcarp.c125 errx(1, "%s doesn't support carp(4)", afp->af_name);
213 .af_name = "af_carp",
H A Daf_ipx.c103 .af_name = "ipx",
H A Difmac.c106 .af_name = "af_maclabel",
H A Difconfig.h89 const char *af_name; /* as given on cmd line, e.g. "inet" */ member in struct:afswtch
H A Daf_atalk.c161 .af_name = "atalk",
H A Difgroup.c169 .af_name = "af_group",
H A Difvlan.c190 .af_name = "af_vlan",
H A Difconfig.c229 if (afp->af_name != NULL)
328 if (!strcmp(afp->af_name, "ether")) {
376 if (strcmp(afp->af_name, name) == 0)
607 name, afp->af_name);
625 name, afp->af_name);
664 afp->af_name);
H A Daf_inet.c191 .af_name = "inet",
H A Diflagg.c231 .af_name = "af_lagg",
H A Difpfsync.c222 .af_name = "af_pfsync",
H A Daf_inet6.c488 .af_name = "inet6",
H A Difbridge.c744 .af_name = "af_bridge",
H A Difmedia.c820 .af_name = "af_media",
H A Difieee80211.c5315 .af_name = "af_ieee80211",
/freebsd-10.1-release/contrib/apr/network_io/unix/
H A Dsockopt.c411 if (!strcmp(name, af.af_name) && !strcmp(args, af.af_arg)) {
421 apr_cpystrn(af.af_name, name, 16);
/freebsd-10.1-release/sys/sys/
H A Dsocket.h172 char af_name[16]; member in struct:accept_filter_arg
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c5118 strncpy(afa.af_name, filter, sizeof(afa.af_name));

Completed in 133 milliseconds