Home
last modified time | relevance | path

Searched defs:af (Results 1 – 25 of 103) sorted by relevance

12345

/mirbsd/src/sbin/pfctl/
Dpf_print_state.c54 print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose) in print_addr()
100 print_name(struct pf_addr *addr, sa_family_t af) in print_name()
133 print_host(struct pf_state_host *h, sa_family_t af, int opts) in print_host()
278 unmask(struct pf_addr *m, sa_family_t af) in unmask()
Dpfctl_parser.c207 geticmptypebynumber(u_int8_t type, sa_family_t af) in geticmptypebynumber()
228 geticmptypebyname(char *w, sa_family_t af) in geticmptypebyname()
249 geticmpcodebynumber(u_int8_t type, u_int8_t code, sa_family_t af) in geticmpcodebynumber()
272 geticmpcodebyname(u_long type, char *w, sa_family_t af) in geticmpcodebyname()
361 sa_family_t af, u_int8_t proto, int verbose) in print_fromto()
400 sa_family_t af, int id) in print_pool()
993 check_netmask(struct node_host *h, sa_family_t af) in check_netmask()
/mirbsd/src/libexec/spamd/
Dsdl.c107 int j, k, af; in sdl_add() local
173 sa_family_t af) in match_addr()
204 sdl_lookup(struct sdlist *head, int af, void * src) in sdl_lookup()
/mirbsd/src/usr.bin/netstat/
Droute.c185 pr_family(int af) in pr_family()
225 #define WID_DST(af) 18 /* width of destination column */ argument
226 #define WID_GW(af) 18 /* width of gateway column */ argument
231 #define WID_DST(af) ((af) == AF_INET6 ? (nflag ? 34 : 18) : 18) argument
232 #define WID_GW(af) ((af) == AF_INET6 ? (nflag ? 30 : 18) : 18) argument
235 #define WID_DST(af) ((af) == AF_INET6 ? (nflag ? 29 : 18) : 18) argument
236 #define WID_GW(af) ((af) == AF_INET6 ? (nflag ? 25 : 18) : 18) argument
244 pr_rthdr(int af) in pr_rthdr()
420 int af = 0, interesting = RTF_UP | RTF_GATEWAY | RTF_HOST; in np_rtentry() local
Dnetstat.h61 int af; /* address family */ variable
/mirbsd/src/usr.bin/ssh/
Daddrmatch.c36 sa_family_t af; member
51 addr_unicast_masklen(int af) in addr_unicast_masklen()
64 masklen_valid(int af, u_int masklen) in masklen_valid()
115 addr_netmask(int af, u_int l, struct xaddr *n) in addr_netmask()
256 addr_hostmask(int af, u_int l, struct xaddr *n) in addr_hostmask()
/mirbsd/src/sys/netinet/
Dip_spd.c80 ipsp_spd_lookup(struct mbuf *m, int af, int hlen, int *error, int direction, in ipsp_spd_lookup()
610 ipsec_add_policy(struct inpcb *inp, int af, int direction) in ipsec_add_policy()
649 ipsec_update_policy(struct inpcb *inp, struct ipsec_policy *ipon, int af, in ipsec_update_policy()
890 ipsp_spd_inp(struct mbuf *m, int af, int hlen, int *error, int direction, in ipsp_spd_inp()
Dip_gre.c111 u_int af; local
362 u_int af = AF_INET; in gre_mobile_input() local
/mirbsd/src/usr.sbin/httpd/src/include/
Dsa_len.h14 static NET_SIZE_T ap_sa_len (sa_family_t af) in ap_sa_len()
/mirbsd/src/lib/libc/net/
Dgethostnamadr.c446 gethostbyaddr_r(const char *addr, int len, int af, struct hostent *he,
483 gethostbyname2(const char *name, int af)
623 gethostbyaddr(const void *addr, socklen_t len, int af)
766 int af; local
844 _gethtbyname2(const char *name, int af)
865 _gethtbyaddr(const void *addr, socklen_t len, int af)
Drresvport.c62 rresvport_af(int *alport, int af) in rresvport_af()
Dinet_net_pton.c53 inet_net_pton(int af, const char *src, void *dst, size_t size) in inet_net_pton()
Dinet_net_ntop.c45 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) in inet_net_ntop()
/mirbsd/src/lib/libpthread/uthread/
Duthread_socket.c44 socket(int af, int type, int protocol) in socket()
Duthread_socketpair.c45 socketpair(int af, int type, int protocol, int pair[2]) in socketpair()
/mirbsd/src/sbin/route/
Dshow.c114 p_rttables(int af, int Aflag) in p_rttables()
157 #define WID_DST(af) ((af) == AF_INET6 ? (nflag ? 34 : 18) : 18) argument
158 #define WID_GW(af) ((af) == AF_INET6 ? (nflag ? 30 : 18) : 18) argument
164 pr_rthdr(int af, int Aflag) in pr_rthdr()
234 pr_family(int af) in pr_family()
/mirbsd/src/sys/net/
Dpf.c465 pf_addrcpy(struct pf_addr *dst, struct pf_addr *src, sa_family_t af) in pf_addrcpy()
559 struct pf_addr *src, sa_family_t af) in pf_insert_src_node()
867 pf_print_host(struct pf_addr *addr, u_int16_t p, sa_family_t af) in pf_print_host()
1080 struct pf_addr *an, u_int16_t pn, u_int8_t u, sa_family_t af) in pf_change_ap()
1161 u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af) in pf_change_icmp()
1244 pf_send_tcp(const struct pf_rule *r, sa_family_t af, in pf_send_tcp()
1413 pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af, in pf_send_icmp()
1466 struct pf_addr *b, sa_family_t af) in pf_match_addr()
1639 struct pf_addr *rmask, struct pf_addr *saddr, sa_family_t af) in pf_poolmask()
1662 pf_addr_inc(struct pf_addr *addr, sa_family_t af) in pf_addr_inc()
[all …]
Dif_loop.c271 u_int32_t af = htonl(dst->sa_family); local
381 int32_t af, *afp; local
Dif_enc.h47 u_int32_t af; member
Dif_pflog.h41 sa_family_t af; member
58 u_int32_t af; member
Drtsock.c119 int af = rp->rcb_proto.sp_protocol; in route_usrreq() local
142 int af = rp->rcb_proto.sp_protocol; in route_usrreq() local
822 sysctl_iflist(int af, struct walkarg *w) in sysctl_iflist()
885 u_char af; in sysctl_rtable() local
/mirbsd/src/usr.sbin/popa3d/
Dstartup.c35 int af = PF_UNSPEC; variable
/mirbsd/src/sbin/isakmpd/sysdep/openbsd/
Dsysdep.c50 sysdep_cleartext(int fd, int af) in sysdep_cleartext()
/mirbsd/src/lib/libc/rpc/
Dbindresvport.c49 int old, error, af; in bindresvport_sa() local
/mirbsd/src/sbin/isakmpd/
Dvirtual.c140 virtual_get_default(sa_family_t af) in virtual_get_default()
291 virtual_bind_ADDR_ANY(sa_family_t af) in virtual_bind_ADDR_ANY()

12345