/dflybsd-src/lib/libc/net/ |
H A D | gethostbynis.c | 51 _gethostbynis(const char *name, char *map, int af, struct hostent *he, in _gethostbynis() 163 _gethostbynisname_r(const char *name, int af, struct hostent *he, in _gethostbynisname_r() 180 _gethostbynisaddr_r(const void *addr, socklen_t len __unused, int af, in _gethostbynisaddr_r() 202 _gethostbynisname(const char *name, int af) in _gethostbynisname() 229 _gethostbynisaddr(const void *addr, socklen_t len, int af) in _gethostbynisaddr() 260 int af; in _nis_gethostbyname() local 308 int af; in _nis_gethostbyaddr() local
|
H A D | gethostnamadr.c | 431 fakeaddr(const char *name, int af, struct hostent *hp, char *buf, in fakeaddr() 504 gethostbyname2_r(const char *name, int af, struct hostent *he, char *buffer, in gethostbyname2_r() 519 gethostbyname_internal(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname_internal() 576 gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, in gethostbyaddr_r() 667 gethostbyname2(const char *name, int af) in gethostbyname2() 682 gethostbyaddr(const void *addr, socklen_t len, int af) in gethostbyaddr()
|
H A D | gethostbyht.c | 92 int af, len; in gethostent_p() local 217 int af; in _ht_gethostbyname() local 281 int af; in _ht_gethostbyaddr() local
|
H A D | name6.c | 129 #define ADDRLEN(af) ((af) == AF_INET6 ? sizeof(struct in6_addr) : \ argument 132 #define ADDRLEN(af) sizeof(struct in_addr) argument 214 getipnodebyname(const char *name, int af, int flags, int *errp) in getipnodebyname() 311 getipnodebyaddr(const void *src, size_t len, int af, int *errp) in getipnodebyaddr() 474 _hpaddr(int af, const char *name, void *addr, int *errp) in _hpaddr()
|
H A D | getnetbynis.c | 51 _getnetbynis(const char *name, char *map, int af, struct netent *ne, in _getnetbynis() 179 int af; in _nis_getnetbyaddr() local
|
/dflybsd-src/lib/libthread_xu/thread/ |
H A D | thr_fork.c | 90 struct pthread_atfork *af; in _pthread_atfork() local 121 struct pthread_atfork *af; in _thr_atfork_kern() local 138 struct pthread_atfork *af, *af1; in __pthread_cxa_finalize() local 169 struct pthread_atfork *af; in _fork() local
|
/dflybsd-src/usr.sbin/autofs/ |
H A D | autounmountd.c | 63 struct automounted_fs *af; in automounted_find() local 76 struct automounted_fs *af; in automounted_add() local 91 automounted_remove(struct automounted_fs *af) in automounted_remove() 101 struct automounted_fs *af, *tmpaf; in refresh_automounted() local 183 struct automounted_fs *af, *tmpaf; in expire_automounted() local
|
/dflybsd-src/crypto/libressl/crypto/x509/ |
H A D | x509_addr.c | 317 IPAddressFamily_type(IPAddressFamily *af) in IPAddressFamily_type() 333 IPAddressFamily_addressesOrRanges(IPAddressFamily *af) in IPAddressFamily_addressesOrRanges() 342 IPAddressFamily_inheritance(IPAddressFamily *af) in IPAddressFamily_inheritance() 351 IPAddressFamily_set_inheritance(IPAddressFamily *af) in IPAddressFamily_set_inheritance() 392 IPAddressFamily_afi_safi(const IPAddressFamily *af, uint16_t *out_afi, in IPAddressFamily_afi_safi() 430 IPAddressFamily_afi(const IPAddressFamily *af, uint16_t *out_afi) in IPAddressFamily_afi() 436 IPAddressFamily_afi_is_valid(const IPAddressFamily *af) in IPAddressFamily_afi_is_valid() 442 IPAddressFamily_afi_length(const IPAddressFamily *af, int *out_length) in IPAddressFamily_afi_length() 504 X509v3_addr_get_afi(const IPAddressFamily *af) in X509v3_addr_get_afi() 654 IPAddressFamily *af; in i2r_IPAddrBlocks() local [all …]
|
/dflybsd-src/contrib/lvm2/dist/lib/format_text/ |
H A D | archive.c | 134 struct archive_file *af; in _scan_archive() local 298 static void _display_archive(struct cmd_context *cmd, struct archive_file *af) in _display_archive() 338 struct archive_file *af; in archive_list() local 356 struct archive_file af; in archive_list_file() local 372 struct archive_file af; in backup_list() local
|
/dflybsd-src/usr.sbin/pfctl/ |
H A D | pf_print_state.c | 53 print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose) in print_addr() 137 print_name(struct pf_addr *addr, sa_family_t af) in print_name() 170 print_host(struct pf_addr *addr, u_int16_t port, sa_family_t af, int opts) in print_host()
|
H A D | pfctl_parser.c | 207 geticmptypebynumber(u_int8_t type, sa_family_t af) in geticmptypebynumber() 226 geticmptypebyname(char *w, sa_family_t af) in geticmptypebyname() 245 geticmpcodebynumber(u_int8_t type, u_int8_t code, sa_family_t af) in geticmpcodebynumber() 266 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname() 353 sa_family_t af, u_int8_t proto, int verbose) in print_fromto() 392 sa_family_t af, int id) in print_pool() 1112 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
|
/dflybsd-src/sbin/route/ |
H A D | show.c | 106 int mib[7], af = 0; in show() local 203 int af = 0, interesting = RTF_UP | RTF_GATEWAY | RTF_HOST; in p_rtentry() local 246 pr_family(int af) in pr_family()
|
/dflybsd-src/crypto/openssh/ |
H A D | addr.c | 37 addr_unicast_masklen(int af) in addr_unicast_masklen() 50 masklen_valid(int af, u_int masklen) in masklen_valid() 168 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask() 197 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
|
/dflybsd-src/sys/netgraph7/ |
H A D | ng_gif.c | 170 ng_gif_input(struct ifnet *ifp, struct mbuf **mp, int af) in ng_gif_input() 188 ng_gif_input_orphan(struct ifnet *ifp, struct mbuf *m, int af) in ng_gif_input_orphan() 210 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2() 291 ng_gif_glue_af(struct mbuf **mp, int af) in ng_gif_glue_af()
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-enc.c | 79 nd_uint32_t af; member 104 u_int af, flags; in enc_if_print() local
|
H A D | print-gre.c | 166 uint16_t af; in gre_print_0() local 319 gre_sre_print(netdissect_options *ndo, uint16_t af, uint8_t sreoff, in gre_sre_print()
|
/dflybsd-src/sys/net/pf/ |
H A D | pf.c | 411 pf_addrcpy(struct pf_addr *dst, struct pf_addr *src, sa_family_t af) in pf_addrcpy() 562 struct pf_addr *src, sa_family_t af) in pf_insert_src_node() 1640 pf_print_host(struct pf_addr *addr, u_int16_t p, sa_family_t af) in pf_print_host() 1900 struct pf_addr *an, u_int16_t pn, u_int8_t u, sa_family_t af) in pf_change_ap() 1981 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) in pf_change_icmp() 2125 pf_send_tcp(const struct pf_rule *r, sa_family_t af, in pf_send_tcp() 2298 pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af, in pf_send_icmp() 2348 struct pf_addr *b, sa_family_t af) in pf_match_addr() 2392 struct pf_addr *a, sa_family_t af) in pf_match_addr_range() 2576 struct pf_addr *rmask, struct pf_addr *saddr, sa_family_t af) in pf_poolmask() [all …]
|
H A D | pf_if.c | 357 pfi_match_addr(struct pfi_dynaddr *dyn, struct pf_addr *a, sa_family_t af) in pfi_match_addr() 392 pfi_dynaddr_setup(struct pf_addr_wrap *aw, sa_family_t af) in pfi_dynaddr_setup() 544 int net2, af; in pfi_instance_add_dispatch() local 633 pfi_address_add(struct sockaddr *sa, int af, int net) in pfi_address_add()
|
/dflybsd-src/sys/netinet/ |
H A D | ip_gre.c | 132 static const uint32_t af = AF_INET; in gre_input2() local 207 static const uint32_t af = AF_INET; in gre_mobile_input() local
|
/dflybsd-src/usr.bin/netstat/ |
H A D | route.c | 209 #define WID_DST_DEFAULT(af) 18 /* width of destination column */ argument 210 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */ argument 211 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */ argument 213 #define WID_DST_DEFAULT(af) \ argument 215 #define WID_GW_DEFAULT(af) \ argument 217 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 8 :6)) argument
|
/dflybsd-src/lib/libc/rpc/ |
H A D | rpc_generic.c | 88 int af; member 164 __rpc_get_a_size(int af) in __rpc_get_a_size() 592 __rpc_taddr2uaddr_af(int af, const struct netbuf *nbuf) in __rpc_taddr2uaddr_af() 642 __rpc_uaddr2taddr_af(int af, const char *uaddr) in __rpc_uaddr2taddr_af()
|
/dflybsd-src/sys/net/ |
H A D | if_loop.c | 202 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) in if_simloop() 295 int32_t af, *afp; in lo_altqstart() local
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | port-net.c | 319 u_int32_t af; in sys_tun_infilter() local 357 u_int32_t af; in sys_tun_outfilter() local
|
/dflybsd-src/usr.bin/sockstat/ |
H A D | sockstat.c | 153 sockaddr(struct sockaddr_storage *sa, int af, void *addr, int port) in sockaddr() 366 printproto(int width, int af, const char *protoname) in printproto() 385 printaddr(int width, int af, struct sockaddr_storage *ss) in printaddr()
|
/dflybsd-src/contrib/wpa_supplicant/src/utils/ |
H A D | ip_addr.h | 13 int af; /* AF_INET / AF_INET6 */ member
|