Home
last modified time | relevance | path

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

123

/f-stack/tools/netstat/
H A Dnhops.c71 #define WID_DST_DEFAULT(af) 18 /* width of destination column */ argument
72 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */ argument
73 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */ argument
75 #define WID_DST_DEFAULT(af) \ argument
77 #define WID_GW_DEFAULT(af) \ argument
79 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8)) argument
344 dump_nhops_sysctl(int fibnum, int af, struct nhops_dump *nd) in dump_nhops_sysctl()
401 print_nhops_sysctl(int fibnum, int af) in print_nhops_sysctl()
463 nhops_print(int fibnum, int af) in nhops_print()
H A Droute.c121 routepr(int fibnum, int af) in routepr()
197 #define WID_DST_DEFAULT(af) 18 /* width of destination column */ argument
198 #define WID_GW_DEFAULT(af) 18 /* width of gateway column */ argument
199 #define WID_IF_DEFAULT(af) (Wflag ? 10 : 8) /* width of netif column */ argument
201 #define WID_DST_DEFAULT(af) \ argument
203 #define WID_GW_DEFAULT(af) \ argument
205 #define WID_IF_DEFAULT(af) ((af) == AF_INET6 ? 8 : (Wflag ? 10 : 8)) argument
245 p_rtable_sysctl(int fibnum, int af) in p_rtable_sysctl()
H A Dnhgrp.c55 #define WID_GW_DEFAULT(af) (((af) == AF_INET6) ? 40 : 18) argument
196 dump_nhgrp_sysctl(int fibnum, int af, struct nhops_dump *nd) in dump_nhgrp_sysctl()
253 print_nhgrp_sysctl(int fibnum, int af) in print_nhgrp_sysctl()
312 prepare_nh_map(int fibnum, int af) in prepare_nh_map()
330 nhgrp_print(int fibnum, int af) in nhgrp_print()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dpxa2xx.dtsi11 #define PMMUX(func, pin, af) \ argument
16 #define PMMUX_LPM_LOW(func, pin, af) \ argument
22 #define PMMUX_LPM_HIGH(func, pin, af) \ argument
/f-stack/freebsd/netipsec/
H A Dipsec_input.c117 ipsec_common_input(struct mbuf *m, int skip, int protoff, int af, int sproto) in ipsec_common_input()
286 int error, prot, af, sproto, isr_prot; in ipsec4_common_input_cb() local
500 int prot, af, sproto; in ipsec6_common_input_cb() local
H A Dudpencap.c116 udp_ipsec_input(struct mbuf *m, int off, int af) in udp_ipsec_input()
/f-stack/freebsd/netgraph/
H A Dng_gif.c170 ng_gif_input(struct ifnet *ifp, struct mbuf **mp, int af) in ng_gif_input()
186 ng_gif_input_orphan(struct ifnet *ifp, struct mbuf *m, int af) in ng_gif_input_orphan()
206 ng_gif_input2(node_p node, struct mbuf **mp, int af) in ng_gif_input2()
286 ng_gif_glue_af(struct mbuf **mp, int af) in ng_gif_glue_af()
/f-stack/freebsd/netpfil/pf/
H A Dpf_lb.c87 struct pf_poolhashkey *key, sa_family_t af) in pf_hash()
215 pf_get_sport(sa_family_t af, u_int8_t proto, struct pf_krule *r, in pf_get_sport()
314 pf_map_addr(sa_family_t af, struct pf_krule *r, struct pf_addr *saddr, in pf_map_addr()
H A Dpf.c182 sa_family_t af; member
447 pf_hashsrc(struct pf_addr *addr, sa_family_t af) in pf_hashsrc()
720 struct pf_addr *src, sa_family_t af) in pf_insert_src_node()
2189 sa_family_t af) in pf_change_ap()
2610 sa_family_t af = pd->af; in pf_return() local
2776 struct pf_addr *b, sa_family_t af) in pf_match_addr()
2820 struct pf_addr *a, sa_family_t af) in pf_match_addr_range()
3065 pf_addr_inc(struct pf_addr *addr, sa_family_t af) in pf_addr_inc()
3334 sa_family_t af = pd->af; in pf_test_rule() local
3969 sa_family_t af = pd->af; in pf_test_fragment() local
[all …]
H A Dpf_if.c430 pfi_match_addr(struct pfi_dynaddr *dyn, struct pf_addr *a, sa_family_t af) in pfi_match_addr()
465 pfi_dynaddr_setup(struct pf_addr_wrap *aw, sa_family_t af) in pfi_dynaddr_setup()
626 int net2, af; in pfi_instance_add() local
690 pfi_address_add(struct sockaddr *sa, int af, int net) in pfi_address_add()
/f-stack/freebsd/net/
H A Dif_gif.c292 uint32_t af; in gif_transmit() local
407 uint32_t af; in gif_output() local
435 int isr, n, af; in gif_input() local
H A Dif_loop.c207 u_int32_t af; in looutput() local
286 if_simloop(struct ifnet *ifp, struct mbuf *m, int af, int hlen) in if_simloop()
H A Dif_ipsec.c320 ipsec_getpolicy(struct ipsec_softc *sc, int dir, sa_family_t af) in ipsec_getpolicy()
341 ipsec_getsaidx(struct ipsec_softc *sc, int dir, sa_family_t af) in ipsec_getsaidx()
358 uint32_t af; in ipsec_transmit() local
452 ipsec_if_input(struct mbuf *m, struct secasvar *sav, uint32_t af) in ipsec_if_input()
H A Dif_enc.h39 uint8_t af; member
H A Dif_enc.c83 u_int32_t af; member
211 int32_t hhook_type, uint8_t enc, uint8_t af) in enc_bpftap()
H A Dif_disc.c180 u_int32_t af; in discoutput() local
H A Dif_stf.c484 u_int af = AF_INET6; in stf_output() local
686 u_int32_t af = AF_INET6; in in_stf_input() local
H A Dif_pflog.h40 sa_family_t af; member
/f-stack/tools/compat/
H A Dioctl.c56 int af = AF_INET; in ioctl_va() local
/f-stack/dpdk/app/test-fib/
H A Dmain.c412 gen_rnd_lookup_tbl(int af) in gen_rnd_lookup_tbl()
445 _inet_net_pton(int af, char *prefix, void *addr) in _inet_net_pton()
539 parse_lookup(FILE *f, int af) in parse_lookup()
559 dump_lookup(int af) in dump_lookup()
1207 int ret, af, rt_ent_sz, lookup_ent_sz; in main() local
/f-stack/freebsd/libkern/
H A Dinet_ntop.c47 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
H A Dinet_pton.c50 inet_pton(int af, const char *src, void *dst) in inet_pton()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c187 struct accept_filter_arg af; in ngx_set_inherited_sockets() local
777 struct accept_filter_arg af; in ngx_configure_listening_sockets() local
/f-stack/dpdk/app/test-sad/
H A Dmain.c435 print_addr(int af, const void *addr) in print_addr()
446 print_tuple(int af, uint32_t spi, const void *dip, const void *sip) in print_tuple()
468 int af; in print_result() local
/f-stack/freebsd/net/route/
H A Droute_ddb.c217 int af; in _DB_FUNC() local

123