Searched refs:af (Results 251 - 258 of 258) sorted by relevance

<<11

/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c1236 bsd_to_linux_msf_lba(u_char af, union msf_lba *bp, union linux_cdrom_addr *lp) argument
1238 if (af == CD_LBA_FORMAT)
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c1866 int af
/freebsd-9.3-release/contrib/libpcap/
H A Dgencode.c3208 * af field is host byte order in contrast to the rest of
3212 return (gen_cmp(OR_LINK, offsetof(struct pfloghdr, af),
3215 return (gen_cmp(OR_LINK, offsetof(struct pfloghdr, af),
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c4689 int af, argi, i; local
4693 af = (int)tupregs[0].dttk_value;
4696 af = subr == DIF_SUBR_INET_NTOA ? AF_INET: AF_INET6;
4700 if (af == AF_INET) {
4742 } else if (af == AF_INET6) {
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c81 # include <net/af.h>
H A Dip_state.c73 # include <net/af.h>
H A Dfil.c83 # include <net/af.h>
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_io.c1408 itf->family = (u_short)isc_if->af;

Completed in 316 milliseconds

<<11