Symbol: sa_family_t
crypto/dist/ipsec-tools/src/libipsec/key_debug.c
585
sa_family_t family;
dist/pf/sbin/pfctl/parse.y
319
void decide_address_family(struct node_host *, sa_family_t *);
dist/pf/sbin/pfctl/parse.y
320
void remove_invalid_hosts(struct node_host **, sa_family_t *);
dist/pf/sbin/pfctl/parse.y
321
int invalid_redirect(struct node_host *, sa_family_t);
dist/pf/sbin/pfctl/parse.y
322
u_int16_t parseicmpspec(char *, sa_family_t);
dist/pf/sbin/pfctl/parse.y
368
sa_family_t af;
dist/pf/sbin/pfctl/parse.y
4262
expand_label_addr(const char *name, char *label, size_t len, sa_family_t af,
dist/pf/sbin/pfctl/parse.y
4377
expand_label(char *label, size_t len, const char *ifname, sa_family_t af,
dist/pf/sbin/pfctl/parse.y
4655
sa_family_t af = r->af;
dist/pf/sbin/pfctl/parse.y
5359
decide_address_family(struct node_host *n, sa_family_t *af)
dist/pf/sbin/pfctl/parse.y
5373
remove_invalid_hosts(struct node_host **nh, sa_family_t *af)
dist/pf/sbin/pfctl/parse.y
5405
invalid_redirect(struct node_host *nh, sa_family_t af)
dist/pf/sbin/pfctl/parse.y
5484
parseicmpspec(char *w, sa_family_t af)
dist/pf/sbin/pfctl/pf_print_state.c
122
print_name(struct pf_addr *addr, sa_family_t af)
dist/pf/sbin/pfctl/pf_print_state.c
155
print_host(struct pfsync_state_host *h, sa_family_t af, int opts)
dist/pf/sbin/pfctl/pf_print_state.c
305
unmask(struct pf_addr *m, sa_family_t af)
dist/pf/sbin/pfctl/pf_print_state.c
49
void print_name(struct pf_addr *, sa_family_t);
dist/pf/sbin/pfctl/pf_print_state.c
52
print_addr(struct pf_addr_wrap *addr, sa_family_t af, int verbose)
dist/pf/sbin/pfctl/pfctl.c
1110
pfctl_add_pool(struct pfctl *pf, struct pf_pool *p, sa_family_t af)
dist/pf/sbin/pfctl/pfctl.h
115
void print_addr(struct pf_addr_wrap *, sa_family_t, int);
dist/pf/sbin/pfctl/pfctl.h
116
void print_host(struct pfsync_state_host *, sa_family_t, int);
dist/pf/sbin/pfctl/pfctl.h
119
int unmask(struct pf_addr *, sa_family_t);
dist/pf/sbin/pfctl/pfctl_optimize.c
1216
add_opt_table(struct pfctl *pf, struct pf_opt_tbl **tbl, sa_family_t af,
dist/pf/sbin/pfctl/pfctl_optimize.c
206
int add_opt_table(struct pfctl *, struct pf_opt_tbl **, sa_family_t,
dist/pf/sbin/pfctl/pfctl_parser.c
1109
check_netmask(struct node_host *h, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
248
geticmptypebynumber(u_int8_t type, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
269
geticmptypebyname(char *w, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
290
geticmpcodebynumber(u_int8_t type, u_int8_t code, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
313
geticmpcodebyname(u_long type, char *w, sa_family_t af)
dist/pf/sbin/pfctl/pfctl_parser.c
402
sa_family_t af, u_int8_t proto, int verbose)
dist/pf/sbin/pfctl/pfctl_parser.c
441
sa_family_t af, int id)
dist/pf/sbin/pfctl/pfctl_parser.h
117
sa_family_t af;
dist/pf/sbin/pfctl/pfctl_parser.h
196
int pfctl_add_pool(struct pfctl *, struct pf_pool *, sa_family_t);
dist/pf/sbin/pfctl/pfctl_parser.h
212
void print_pool(struct pf_pool *, u_int16_t, u_int16_t, sa_family_t, int);
dist/pf/sbin/pfctl/pfctl_parser.h
269
int check_netmask(struct node_host *, sa_family_t);
dist/pf/sbin/pfctl/pfctl_parser.h
270
int unmask(struct pf_addr *, sa_family_t);
libexec/ftpd/ftpd.c
295
sa_family_t af = AF_UNSPEC;
libexec/lfs_cleanerd/cleansrv.c
121
sun.sun_len = sizeof(sa_family_t) + 1 + strlen(sun.sun_path);
libexec/lfs_cleanerd/cleansrv.c
201
sun.sun_len = sizeof(sa_family_t) + 1 + strlen(sun.sun_path);
sys/compat/netbsd32/netbsd32_ioctl.h
306
sa_family_t ss_family; /* address family */
sys/dist/pf/net/if_pflog.c
244
pflog_packet(struct pfi_kif *kif, struct mbuf *m, sa_family_t af, u_int8_t dir,
sys/dist/pf/net/if_pflog.h
44
sa_family_t af;
sys/dist/pf/net/pf.c
1196
pf_print_host(struct pf_addr *addr, u_int16_t p, sa_family_t af)
sys/dist/pf/net/pf.c
1415
struct pf_addr *an, u_int16_t pn, u_int8_t u, sa_family_t af)
sys/dist/pf/net/pf.c
1496
u_int16_t *ic, u_int16_t *hc, u_int8_t u, sa_family_t af)
sys/dist/pf/net/pf.c
162
u_int16_t, u_int8_t, sa_family_t);
sys/dist/pf/net/pf.c
1650
pf_send_tcp(const struct pf_rule *r, sa_family_t af,
sys/dist/pf/net/pf.c
172
u_int16_t *, u_int8_t, sa_family_t);
sys/dist/pf/net/pf.c
173
void pf_send_tcp(const struct pf_rule *, sa_family_t,
sys/dist/pf/net/pf.c
179
sa_family_t, struct pf_rule *);
sys/dist/pf/net/pf.c
1851
pf_send_icmp(struct mbuf *m, u_int8_t type, u_int8_t code, sa_family_t af,
sys/dist/pf/net/pf.c
1923
struct pf_addr *b, sa_family_t af)
sys/dist/pf/net/pf.c
2137
struct pf_addr *rmask, const struct pf_addr *saddr, sa_family_t af)
sys/dist/pf/net/pf.c
2160
pf_addr_inc(struct pf_addr *addr, sa_family_t af)
sys/dist/pf/net/pf.c
218
struct pf_poolhashkey *, sa_family_t);
sys/dist/pf/net/pf.c
2209
struct pf_poolhashkey *key, sa_family_t af)
sys/dist/pf/net/pf.c
222
int pf_get_sport(sa_family_t, u_int8_t, struct pf_rule *,
sys/dist/pf/net/pf.c
2249
pf_map_addr(sa_family_t af, struct pf_rule *r, const struct pf_addr *saddr,
sys/dist/pf/net/pf.c
234
sa_family_t);
sys/dist/pf/net/pf.c
236
sa_family_t);
sys/dist/pf/net/pf.c
237
u_int16_t pf_calc_mss(struct pf_addr *, sa_family_t,
sys/dist/pf/net/pf.c
243
u_int8_t, sa_family_t);
sys/dist/pf/net/pf.c
2431
pf_get_sport(sa_family_t af, u_int8_t proto, struct pf_rule *r,
sys/dist/pf/net/pf.c
246
u_int8_t, sa_family_t);
sys/dist/pf/net/pf.c
2865
pf_get_wscale(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af)
sys/dist/pf/net/pf.c
2905
pf_get_mss(struct mbuf *m, int off, u_int16_t th_off, sa_family_t af)
sys/dist/pf/net/pf.c
2943
pf_calc_mss(struct pf_addr *addr, sa_family_t af, u_int16_t offer)
sys/dist/pf/net/pf.c
3078
sa_family_t af = pd->af;
sys/dist/pf/net/pf.c
3744
sa_family_t af = pd->af;
sys/dist/pf/net/pf.c
5019
u_short *actionp, u_short *reasonp, sa_family_t af)
sys/dist/pf/net/pf.c
5065
pf_routable(struct pf_addr *addr, sa_family_t af, struct pfi_kif *kif)
sys/dist/pf/net/pf.c
5180
pf_rtlabel_match(struct pf_addr *addr, sa_family_t af, struct pf_addr_wrap *aw)
sys/dist/pf/net/pf.c
557
pf_addrcpy(struct pf_addr *dst, const struct pf_addr *src, sa_family_t af)
sys/dist/pf/net/pf.c
5589
u_int8_t p, sa_family_t af)
sys/dist/pf/net/pf.c
5593
sa_family_t af)
sys/dist/pf/net/pf.c
778
struct pf_addr *src, sa_family_t af)
sys/dist/pf/net/pf_if.c
387
pfi_match_addr(struct pfi_dynaddr *dyn, struct pf_addr *a, sa_family_t af)
sys/dist/pf/net/pf_if.c
422
pfi_dynaddr_setup(struct pf_addr_wrap *aw, sa_family_t af)
sys/dist/pf/net/pf_mtag.h
53
sa_family_t af; /* for ECN */
sys/dist/pf/net/pf_norm.c
1283
sa_family_t af = pd->af;
sys/dist/pf/net/pf_table.c
2007
pfr_match_addr(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af)
sys/dist/pf/net/pf_table.c
2044
pfr_update_stats(struct pfr_ktable *kt, struct pf_addr *a, sa_family_t af,
sys/dist/pf/net/pf_table.c
2135
struct pf_addr **raddr, struct pf_addr **rmask, sa_family_t af)
sys/dist/pf/net/pfvar.h
1106
sa_family_t af;
sys/dist/pf/net/pfvar.h
1366
sa_family_t af;
sys/dist/pf/net/pfvar.h
1378
sa_family_t psnk_af;
sys/dist/pf/net/pfvar.h
1385
sa_family_t psk_af;
sys/dist/pf/net/pfvar.h
1617
sa_family_t);
sys/dist/pf/net/pfvar.h
1642
void pf_addr_inc(struct pf_addr *, sa_family_t);
sys/dist/pf/net/pfvar.h
1646
sa_family_t);
sys/dist/pf/net/pfvar.h
1648
int pflog_packet(struct pfi_kif *, struct mbuf *, sa_family_t, u_int8_t,
sys/dist/pf/net/pfvar.h
1652
struct pf_addr *, sa_family_t);
sys/dist/pf/net/pfvar.h
1677
int pf_routable(struct pf_addr *addr, sa_family_t af, struct pfi_kif *);
sys/dist/pf/net/pfvar.h
1678
int pf_rtlabel_match(struct pf_addr *, sa_family_t, struct pf_addr_wrap *);
sys/dist/pf/net/pfvar.h
1686
int pfr_match_addr(struct pfr_ktable *, struct pf_addr *, sa_family_t);
sys/dist/pf/net/pfvar.h
1687
void pfr_update_stats(struct pfr_ktable *, struct pf_addr *, sa_family_t,
sys/dist/pf/net/pfvar.h
1690
struct pf_addr **, struct pf_addr **, sa_family_t);
sys/dist/pf/net/pfvar.h
1738
sa_family_t);
sys/dist/pf/net/pfvar.h
1739
int pfi_dynaddr_setup(struct pf_addr_wrap *, sa_family_t);
sys/dist/pf/net/pfvar.h
202
sa_family_t pfid_af; /* rule af */
sys/dist/pf/net/pfvar.h
598
sa_family_t af;
sys/dist/pf/net/pfvar.h
664
sa_family_t af;
sys/dist/pf/net/pfvar.h
712
sa_family_t af;
sys/dist/pf/net/pfvar.h
724
sa_family_t af;
sys/dist/pf/net/pfvar.h
824
sa_family_t af;
sys/fs/nfs/common/nfs.h
237
sa_family_t ndcl_addrfam; /* Callback address */
sys/fs/nfs/common/nfs.h
257
sa_family_t ndlck_addrfam; /* Callback address */
sys/kern/uipc_domain.c
252
sockaddr_any_by_family(sa_family_t family)
sys/kern/uipc_domain.c
280
sockaddr_getsize_by_family(sa_family_t af)
sys/kern/uipc_domain.c
325
sockaddr_alloc(sa_family_t af, socklen_t socklen, int flags)
sys/net/if_dl.h
57
#ifndef sa_family_t
sys/net/if_dl.h
83
sa_family_t sdl_family; /* AF_LINK */
sys/net/if_gre.c
441
sa_family_t af;
sys/net/npf/if_npflog.h
41
sa_family_t af;
sys/net/route.c
2309
rt_delete_matched_entries(sa_family_t family, int (*f)(struct rtentry *, void *),
sys/net/route.c
2355
rt_walktree_locked(sa_family_t family, int (*f)(struct rtentry *, void *),
sys/net/route.c
2363
rt_replace_ifa_matched_entries(sa_family_t family,
sys/net/route.c
2410
rt_walktree(sa_family_t family, int (*f)(struct rtentry *, void *), void *v)
sys/net/route.h
465
void rt_delete_matched_entries(sa_family_t,
sys/net/route.h
467
void rt_replace_ifa_matched_entries(sa_family_t,
sys/net/route.h
469
int rt_walktree(sa_family_t, int (*)(struct rtentry *, void *), void *);
sys/net/route.h
568
rtbl_t *rt_gettable(sa_family_t);
sys/net/route.h
576
int rtbl_walktree(sa_family_t, int (*)(struct rtentry *, void *), void *);
sys/net/route.h
578
rtbl_search_matched_entry(sa_family_t,
sys/net/rtbl.c
191
rtbl_walktree(sa_family_t family, int (*f)(struct rtentry *, void *), void *v)
sys/net/rtbl.c
206
rtbl_search_matched_entry(sa_family_t family,
sys/net/rtbl.c
223
rt_gettable(sa_family_t af)
sys/net/rtsock_shared.c
658
sa_family_t family;
sys/netatalk/at.h
34
#ifndef sa_family_t
sys/netatalk/at.h
86
sa_family_t sat_family;
sys/netbt/bluetooth.h
94
sa_family_t bt_family;
sys/netcan/can.h
85
sa_family_t can_family;
sys/netinet/in.h
248
sa_family_t sin_family;
sys/netinet/in.h
67
#ifndef sa_family_t
sys/netinet/ip_carp.c
1542
carp_setrun(struct carp_softc *sc, sa_family_t af)
sys/netinet/ip_carp.c
195
sa_family_t);
sys/netinet/ip_carp.c
205
static void carp_setrun(struct carp_softc *, sa_family_t);
sys/netinet/ip_carp.c
645
carp_proto_input_c(struct mbuf *m, struct carp_header *ch, sa_family_t af)
sys/netinet/sctp_usrreq.c
1805
sa_family_t family;
sys/netinet6/in6.h
148
sa_family_t sin6_family; /* AF_INET6 (sa_family_t) */
sys/sys/socket.h
258
sa_family_t sa_family; /* address family */
sys/sys/socket.h
282
sa_family_t sb_family;
sys/sys/socket.h
301
sa_family_t ss_family; /* address family */
sys/sys/socket.h
602
socklen_t sockaddr_getsize_by_family(sa_family_t);
sys/sys/socket.h
607
struct sockaddr *sockaddr_alloc(sa_family_t, socklen_t, int);
sys/sys/socket.h
611
const struct sockaddr *sockaddr_any_by_family(sa_family_t);
sys/sys/socket.h
77
#ifndef sa_family_t
sys/sys/un.h
41
#ifndef sa_family_t
sys/sys/un.h
59
sa_family_t sun_family; /* AF_LOCAL */
tests/net/net/t_tcp.c
72
accept_test(sa_family_t sfamily, sa_family_t cfamily,
tests/usr.bin/xlint/lint1/msg_247.c
239
sa_family_t sa_family;
tests/usr.bin/xlint/lint1/msg_247.c
249
sa_family_t sin_family;
tests/usr.bin/xlint/lint1/msg_247.c
257
sa_family_t sin6_family;
usr.bin/ftp/ftp_var.h
277
GLOBAL sa_family_t family; /* address family to use for connections */
usr.bin/rump_dhcpclient/dhcpcd.h
88
sa_family_t family;
usr.sbin/inetd/inetd.h
157
sa_family_t se_family; /* address family */
usr.sbin/ldpd/mpls_routes.c
93
if (size_cp + sizeof(sa_family_t) + sizeof(uint8_t) > rlen) \
usr.sbin/mountd/mountd.c
224
static void bind_resv_port(int, sa_family_t, in_port_t);
usr.sbin/mountd/mountd.c
2417
bind_resv_port(int sock, sa_family_t family, in_port_t port)
usr.sbin/npf/npfctl/npf_bpf_comp.c
143
sa_family_t af;
usr.sbin/npf/npfctl/npf_bpf_comp.c
400
fetch_l3(npf_bpf_t *ctx, sa_family_t af, unsigned flags)
usr.sbin/npf/npfctl/npf_bpf_comp.c
539
npfctl_bpf_ipver(npf_bpf_t *ctx, sa_family_t af)
usr.sbin/npf/npfctl/npf_bpf_comp.c
568
npfctl_bpf_cidr(npf_bpf_t *ctx, unsigned opts, sa_family_t af,
usr.sbin/npf/npfctl/npf_build.c
276
npfctl_build_fam(npf_bpf_t *ctx, sa_family_t family,
usr.sbin/npf/npfctl/npf_build.c
313
build_vars(npf_bpf_t *ctx, sa_family_t family, npfvar_t *vars, int opts)
usr.sbin/npf/npfctl/npf_build.c
360
npfctl_build_vars(npf_bpf_t *ctx, sa_family_t family, npfvar_t *vars, int opts)
usr.sbin/npf/npfctl/npf_build.c
467
build_l3_code(npf_bpf_t *bc, nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
usr.sbin/npf/npfctl/npf_build.c
563
npfctl_build_code(nl_rule_t *rl, sa_family_t family, const npfvar_t *popts,
usr.sbin/npf/npfctl/npf_build.c
833
npfctl_build_rule(uint32_t attr, const char *ifname, sa_family_t family,
usr.sbin/npf/npfctl/npf_build.c
910
sa_family_t family;
usr.sbin/npf/npfctl/npf_data.c
114
npfctl_copy_address(sa_family_t fam, npf_addr_t *addr, const void *ptr)
usr.sbin/npf/npfctl/npf_data.c
142
npfctl_parse_fam_addr(const char *name, sa_family_t *fam, npf_addr_t *addr)
usr.sbin/npf/npfctl/npf_data.c
174
npfctl_parse_mask(const char *s, sa_family_t fam, npf_netmask_t *mask)
usr.sbin/npf/npfctl/npfctl.h
219
void npfctl_bpf_ipver(npf_bpf_t *, sa_family_t);
usr.sbin/npf/npfctl/npfctl.h
221
void npfctl_bpf_cidr(npf_bpf_t *, u_int, sa_family_t,
usr.sbin/npf/npfctl/npfctl.h
256
void npfctl_build_rule(uint32_t, const char *, sa_family_t,
usr.sbin/npf/npfctl/npfctl.h
52
sa_family_t fam_family;
usr.sbin/npf/npfctl/npfctl.h
61
sa_family_t ifna_family;
usr.sbin/pf/pfs/parse.y
285
get_pfsync_host(const char* str, struct pfsync_state_host* host, sa_family_t* af)
usr.sbin/pf/pfs/parse.y
68
static bool get_pfsync_host(const char*, struct pfsync_state_host*, sa_family_t*);
usr.sbin/pf/pfs/pfs.c
229
print_host(const struct pfsync_state_host *h, sa_family_t af, char* buf,
usr.sbin/pf/pfs/pfs.c
67
static char* print_host(const struct pfsync_state_host *h, sa_family_t, char*, size_t);
usr.sbin/traceroute/as.c
124
as_lookup(void *_asn, char *addr, sa_family_t family)
usr.sbin/traceroute/as.h
33
unsigned int as_lookup(void *, char *, sa_family_t);
usr.sbin/wgconfig/wgconfig.c
619
sa_family_t family = res->ai_addr->sa_family;
usr.sbin/ypserv/ypserv/ypserv.c
474
bind_resv_port(int sock, sa_family_t family, in_port_t port)
usr.sbin/ypserv/ypserv/ypserv.c
82
sa_family_t family;
usr.sbin/ypserv/ypserv/ypserv.c
94
static int bind_resv_port(int, sa_family_t, in_port_t);