| /src/libexec/identd/ |
| npf.c | 58 int dev, af; local 63 switch (af = ss[0].ss_family) { 78 maybe_syslog(LOG_ERR, "NAT lookup for %d: %m" , af); 87 if (npf_nat_lookup(dev, af, addr, port, IPPROTO_TCP, PFIL_OUT) == -1) { 98 switch (af) {
|
| /src/sbin/route/ |
| show.c | 73 int af, flags; local 76 af = AF_UNSPEC; 85 af = AF_INET; 90 af = AF_INET6; 96 af = AF_APPLETALK; 100 af = AF_MPLS; 107 af = AF_LINK; 124 *afp = af; 134 int af, rflags; local 140 parse_show_opts(argc, argv, &af, &rflags, NULL, true) [all...] |
| /src/external/bsd/wpa/dist/src/utils/ |
| ip_addr.h | 13 int af; /* AF_INET / AF_INET6 */ member in struct:hostapd_ip_addr
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| inet_addr_sizes.h | 20 int af; /* network address family (binary) */ member in struct:__anon23244
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| interfaceiter.h | 50 unsigned int af; /*%< Address family. */ member in struct:isc_interface
|
| /src/crypto/external/bsd/openssh/dist/ |
| addr.h | 26 sa_family_t af; member in struct:xaddr 43 int addr_netmask(int af, u_int l, struct xaddr *n);
|
| /src/lib/libc/resolv/ |
| res_private.h | 9 int af; member in struct:__res_state_ext::sort_list
|
| /src/lib/libc/rpc/ |
| bindresvport.c | 91 int af; local 100 af = sa->sa_family; 103 af = sa->sa_family; 105 switch (af) { 128 sa->sa_family = af;
|
| /src/lib/libresolv/ |
| res_private.h | 9 int af; member in struct:__res_state_ext::sort_list
|
| /src/sbin/ifconfig/ |
| af_inetany.c | 71 int af, rc, s; local 77 if ((af = getaf(env)) == -1) 78 af = AF_INET; 80 if ((s = getsock(af)) == -1)
|
| af_link.c | 65 static struct afswtch af = { variable in typeref:struct:afswtch 129 register_family(&af);
|
| env.c | 173 int64_t af; local 175 if (!prop_dictionary_get_int64(env, "af", &af)) { 179 return (int)af;
|
| /src/sys/dist/pf/net/ |
| pf_mtag.h | 53 sa_family_t af; /* for ECN */ member in struct:pf_mtag
|
| /src/usr.sbin/ypserv/stdhosts/ |
| stdhosts.c | 61 int af = 1 << 4; /*IPv4*/ local 69 af |= 1 << 6; /*IPv6*/ 110 if ((af & (1 << 4)) != 0 && inet_aton(k, &host_addr) == 1 && 114 } else if ((af & (1 << 6)) != 0 &&
|
| /src/external/bsd/ipf/dist/lib/ |
| printfr.c | 25 int pr, af; local 140 af = AF_INET; 144 af = AF_INET6; 147 af = -1; 175 printaddr(af, fp->fr_satype, fp->fr_names, fp->fr_ifnames[0], 181 printaddr(af, fp->fr_datype, fp->fr_names, fp->fr_ifnames[0],
|
| /src/external/bsd/libbind/dist/resolv/ |
| res_private.h | 9 int af; member in struct:__res_state_ext::sort_list
|
| /src/external/bsd/nsd/dist/util/ |
| proxy_protocol.c | 94 int af; local 97 af = (int)((struct sockaddr_in*)src)->sin_family; 98 expected_size = PP2_HEADER_SIZE + (af==AF_INET?12:36); 108 switch(af) {
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/ |
| interfaceiter.h | 55 unsigned int af; /*%< Address family. */ member in struct:isc_interface
|
| /src/external/bsd/tcpdump/dist/ |
| print-enc.c | 38 #include "af.h" 82 nd_uint32_t af; member in struct:enchdr 106 u_int af, flags; local 132 UNALIGNED_MEMCPY(&af, &hdr->af, sizeof (af)); 134 if ((af & 0xFFFF0000) != 0) { 135 af = SWAPLONG(af); 151 switch (af) { [all...] |
| print-pflog.c | 35 #include "af.h" 140 uint8_t af; local 171 af = GET_U_1(hdr->af); 175 switch (af) { 179 * from 4.2BSD, feel free to add its value to af.h
|
| /src/external/bsd/unbound/dist/util/ |
| proxy_protocol.c | 94 int af; local 97 af = (int)((struct sockaddr_in*)src)->sin_family; 98 expected_size = PP2_HEADER_SIZE + (af==AF_INET?12:36); 108 switch(af) {
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/ |
| ptype_union.c | 32 union a af; member in struct:s
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
| interfaceiter.h | 51 unsigned int af; /*%< Address family. */ member in struct:isc_interface
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/ |
| ptype_union.c | 32 union a af; member in struct:s
|
| /src/sys/net/npf/ |
| if_npflog.h | 41 sa_family_t af; member in struct:npfloghdr
|