Searched refs:af (Results 176 - 200 of 234) sorted by relevance

12345678910

/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_subr.c1047 altq_extractflow(m, af, flow, filt_bmask)
1049 int af;
1054 switch (af) {
1536 acc_classify(clfier, m, af)
1539 int af;
1547 altq_extractflow(m, af, &flow, classifier->acc_fbmask);
/freebsd-10.0-release/sys/netinet/
H A Din_pcb.h564 #define INP_CHECK_SOCKAF(so, af) (INP_SOCKAF(so) == af)
H A Din.h716 int inet_pton(int af, const char *, void *); /* in libkern */
H A Dip_carp.c577 carp_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af) argument
588 if (ifa->ifa_addr->sa_family == af &&
689 carp_setrun(sc, af);
1193 * When in backup state, af indicates whether to reset the master down timer
1197 carp_setrun(struct carp_softc *sc, sa_family_t af) argument
1220 switch (af) {
H A Dsctp_pcb.h634 asoc_func af,
/freebsd-10.0-release/sys/netpfil/pf/
H A Dif_pfsync.c452 &sp->key[PF_SK_STACK].addr[0], sp->af) ||
454 &sp->key[PF_SK_STACK].addr[1], sp->af) ||
474 skw->af = sp->af;
481 sks->af = sp->af;
728 (sp->af != AF_INET && sp->af != AF_INET6)) {
/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c332 if (af != AF_UNSPEC && sa->sa_family != af) {
H A Dipx.c276 ipxerr_stats(u_long off, const char *name, int af __unused, int proto __unused)
/freebsd-10.0-release/usr.sbin/lpr/lpd/
H A Dlpd.c855 /* if af is PF_UNSPEC more than one socket may be returned */
858 socksetup(int af, int debuglvl) argument
866 hints.ai_family = af;
/freebsd-10.0-release/sys/sys/
H A Djail.h397 int prison_check_af(struct ucred *cred, int af);
/freebsd-10.0-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-localize.sh239 af)
241 SETLANG="af"
/freebsd-10.0-release/contrib/wpa/src/radius/
H A Dradius_client.c992 switch (nserv->addr.af) {
1019 switch (conf->client_addr.af) {
1055 switch (nserv->addr.af) {
/freebsd-10.0-release/sbin/ifconfig/
H A Difconfig.c108 static struct afswtch *af_getbyfamily(int af);
382 af_getbyfamily(int af) argument
387 if (afp->af_af == af)
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c2065 int af; local
2080 af = strtol (str, &end, 0);
2081 if (af == 0 || *end != sep) {
2086 switch (af) {
2100 ")", af);
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dobjdump.c502 bfd_boolean af;
524 af = (strstr (an, "gnu_compiled") != NULL
529 if (af && ! bf)
531 if (! af && bf)
545 af = file_symbol (a, an, anl);
548 if (af && ! bf)
550 if (! af && bf)
498 bfd_boolean af; local
/freebsd-10.0-release/sys/net/
H A Dif.c1646 u_int af = addr->sa_family; local
1653 if (af == AF_LINK) {
1671 if (ifa->ifa_addr->sa_family != af)
1673 if (af == AF_INET &&
1761 u_int af = addr->sa_family; local
1763 if (af >= AF_MAX)
1767 if (ifa->ifa_addr->sa_family != af)
/freebsd-10.0-release/contrib/sendmail/src/
H A Dconf.c4798 int af = ifr->lifr_addr.ss_family; local
4817 s = socket(af, SOCK_DGRAM, 0);
4848 if (af != AF_INET && af != AF_INET6)
4876 switch (af)
4998 int af;
5032 af = ifr->ifr_addr.sa_family;
5033 if (af != AF_INET
5035 && af != AF_INET6
5059 switch (af)
[all...]
/freebsd-10.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c86 isc_boolean_t ntp_port_inuse(int af, u_short port);
2300 isc_boolean_t ntp_port_inuse(int af, u_short port) argument
2309 checksocket = socket(af, SOCK_DGRAM, 0);
/freebsd-10.0-release/usr.sbin/ppp/
H A Dmp.c249 mp->out.af = AF_INET;
343 mp->out.af = AF_INET;
745 if (!ncp_PushPacket(&bundle->ncp, &mp->out.af, bestlink))
H A Dncpaddr.c510 ncprange_setdefault(struct ncprange *range, int af) argument
513 range->ncprange_family = af;
/freebsd-10.0-release/lib/libc/resolv/
H A Dres_init.c442 ext->sort_list[nsort].af = AF_INET;
451 ext->sort_list[nsort].af = AF_INET6;
/freebsd-10.0-release/sys/dev/sn/
H A Dif_sn.c1416 uint8_t *af = mcf; local
1435 af[index2 >> 3] |= 1 << (index2 & 7);
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfs_commonsubs.c3540 int af = 0, i, j, k; local
3552 af = AF_INET;
3555 af = AF_INET;
3558 af = AF_INET6;
3561 af = AF_INET6;
3617 if (af == AF_INET) {
3619 if (inet_pton(af, addr, &sad->sin_addr) == 1) {
3627 if (inet_pton(af, addr, &sad6->sin6_addr)
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_io.c989 itf->family = (short) isc_if->af;
992 if(isc_if->af == AF_INET) {
993 itf->sin.ss_family = (u_short) isc_if->af;
1015 else if (isc_if->af == AF_INET6) {
1016 itf->sin.ss_family = (u_short) isc_if->af;
/freebsd-10.0-release/crypto/openssh/
H A Dchannels.c1189 u_int have, need, i, found, nmethods, addrlen, af; local
1236 af = AF_INET;
1240 af = -1;
1244 af = AF_INET6;
1271 if (inet_ntop(af, dest_addr, ntop, sizeof(ntop)) == NULL)
2731 channel_set_af(int af) argument
2733 IPv4or6 = af;

Completed in 388 milliseconds

12345678910