Lines Matching refs:bpf_u_int32
269 bpf_u_int32 netmask;
503 u_int, bpf_u_int32);
505 u_int, bpf_u_int32);
507 u_int, bpf_u_int32);
509 u_int, bpf_u_int32);
511 u_int, bpf_u_int32);
513 u_int, bpf_u_int32, bpf_u_int32);
517 u_int, bpf_u_int32, int, int, bpf_u_int32);
526 static struct block *gen_ether_linktype(compiler_state_t *, bpf_u_int32);
527 static struct block *gen_ipnet_linktype(compiler_state_t *, bpf_u_int32);
528 static struct block *gen_linux_sll_linktype(compiler_state_t *, bpf_u_int32);
536 static bpf_u_int32 ethertype_to_ppptype(bpf_u_int32);
537 static struct block *gen_linktype(compiler_state_t *, bpf_u_int32);
538 static struct block *gen_snap(compiler_state_t *, bpf_u_int32, bpf_u_int32);
539 static struct block *gen_llc_linktype(compiler_state_t *, bpf_u_int32);
540 static struct block *gen_hostop(compiler_state_t *, bpf_u_int32, bpf_u_int32,
541 int, bpf_u_int32, u_int, u_int);
544 struct in6_addr *, int, bpf_u_int32, u_int, u_int);
552 static struct block *gen_dnhostop(compiler_state_t *, bpf_u_int32, int);
553 static struct block *gen_mpls_linktype(compiler_state_t *, bpf_u_int32);
554 static struct block *gen_host(compiler_state_t *, bpf_u_int32, bpf_u_int32,
565 static struct block *gen_portatom(compiler_state_t *, int, bpf_u_int32);
566 static struct block *gen_portrangeatom(compiler_state_t *, u_int, bpf_u_int32,
567 bpf_u_int32);
568 static struct block *gen_portatom6(compiler_state_t *, int, bpf_u_int32);
569 static struct block *gen_portrangeatom6(compiler_state_t *, u_int, bpf_u_int32,
570 bpf_u_int32);
574 bpf_u_int32, int);
579 bpf_u_int32, int);
582 static struct block *gen_protochain(compiler_state_t *, bpf_u_int32, int);
583 static struct block *gen_proto(compiler_state_t *, bpf_u_int32, int, int);
593 bpf_u_int32, int, int);
730 const char *buf, int optimize, bpf_u_int32 mask) in pcap_compile()
887 const char *buf, int optimize, bpf_u_int32 mask) in pcap_compile_nopcap()
1040 u_int size, bpf_u_int32 v) in gen_cmp()
1047 u_int size, bpf_u_int32 v) in gen_cmp_gt()
1054 u_int size, bpf_u_int32 v) in gen_cmp_ge()
1061 u_int size, bpf_u_int32 v) in gen_cmp_lt()
1068 u_int size, bpf_u_int32 v) in gen_cmp_le()
1075 u_int size, bpf_u_int32 v, bpf_u_int32 mask) in gen_mcmp()
1124 u_int size, bpf_u_int32 mask, int jtype, int reverse, in gen_ncmp()
1125 bpf_u_int32 v) in gen_ncmp()
1973 gen_ether_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ether_linktype()
2141 gen_loopback_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_loopback_linktype()
2180 gen_ipnet_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_ipnet_linktype()
2208 gen_linux_sll_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linux_sll_linktype()
2861 s2->s.k = (bpf_u_int32)~3; in gen_load_802_11_header_len()
3048 static bpf_u_int32
3049 ethertype_to_ppptype(bpf_u_int32 ll_proto) in ethertype_to_ppptype()
3146 gen_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_linktype()
3652 gen_snap(compiler_state_t *cstate, bpf_u_int32 orgcode, bpf_u_int32 ptype) in gen_snap()
3839 gen_llc_s_subtype(compiler_state_t *cstate, bpf_u_int32 subtype) in gen_llc_s_subtype()
3864 gen_llc_u_subtype(compiler_state_t *cstate, bpf_u_int32 subtype) in gen_llc_u_subtype()
3901 gen_llc_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_llc_linktype()
3916 return gen_cmp(cstate, OR_LLC, 0, BPF_H, (bpf_u_int32) in gen_llc_linktype()
3975 gen_hostop(compiler_state_t *cstate, bpf_u_int32 addr, bpf_u_int32 mask, in gen_hostop()
3976 int dir, bpf_u_int32 ll_proto, u_int src_off, u_int dst_off) in gen_hostop()
4041 struct in6_addr *mask, int dir, bpf_u_int32 ll_proto, u_int src_off, in gen_hostop6()
4780 gen_dnhostop(compiler_state_t *cstate, bpf_u_int32 addr, int dir) in gen_dnhostop()
4844 (bpf_u_int32)ntohs(0x0681), (bpf_u_int32)ntohs(0x07FF)); in gen_dnhostop()
4846 BPF_H, (bpf_u_int32)ntohs((u_short)addr)); in gen_dnhostop()
4849 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_B, (bpf_u_int32)0x06, in gen_dnhostop()
4850 (bpf_u_int32)0x7); in gen_dnhostop()
4852 (bpf_u_int32)ntohs((u_short)addr)); in gen_dnhostop()
4857 (bpf_u_int32)ntohs(0x0281), (bpf_u_int32)ntohs(0x07FF)); in gen_dnhostop()
4859 (bpf_u_int32)ntohs((u_short)addr)); in gen_dnhostop()
4863 tmp = gen_mcmp(cstate, OR_LINKPL, 2, BPF_B, (bpf_u_int32)0x02, in gen_dnhostop()
4864 (bpf_u_int32)0x7); in gen_dnhostop()
4866 (bpf_u_int32)ntohs((u_short)addr)); in gen_dnhostop()
4881 gen_mpls_linktype(compiler_state_t *cstate, bpf_u_int32 ll_proto) in gen_mpls_linktype()
4911 gen_host(compiler_state_t *cstate, bpf_u_int32 addr, bpf_u_int32 mask, in gen_host()
5588 gen_portatom(compiler_state_t *cstate, int off, bpf_u_int32 v) in gen_portatom()
5594 gen_portatom6(compiler_state_t *cstate, int off, bpf_u_int32 v) in gen_portatom6()
5781 gen_portrangeatom(compiler_state_t *cstate, u_int off, bpf_u_int32 v1, in gen_portrangeatom()
5782 bpf_u_int32 v2) in gen_portrangeatom()
5790 bpf_u_int32 vtemp; in gen_portrangeatom()
5807 bpf_u_int32 proto, int dir) in gen_portrangeop()
5884 b1 = gen_portrangeop(cstate, port1, port2, (bpf_u_int32)ip_proto, in gen_portrange()
5904 gen_portrangeatom6(compiler_state_t *cstate, u_int off, bpf_u_int32 v1, in gen_portrangeatom6()
5905 bpf_u_int32 v2) in gen_portrangeatom6()
5913 bpf_u_int32 vtemp; in gen_portrangeatom6()
5930 bpf_u_int32 proto, int dir) in gen_portrangeop6()
5981 b1 = gen_portrangeop6(cstate, port1, port2, (bpf_u_int32)ip_proto, in gen_portrange6()
6052 gen_protochain(compiler_state_t *cstate, bpf_u_int32 v, int proto) in gen_protochain()
6389 gen_proto(compiler_state_t *cstate, bpf_u_int32 v, int proto, int dir) in gen_proto()
6655 bpf_u_int32 mask, addr; in gen_scode()
6960 bpf_u_int32 masklen, struct qual q) in gen_mcode()
6963 bpf_u_int32 n, m; in gen_mcode()
7017 gen_ncode(compiler_state_t *cstate, const char *s, bpf_u_int32 v, struct qual q) in gen_ncode()
7019 bpf_u_int32 mask; in gen_ncode()
7138 bpf_u_int32 masklen, struct qual q) in gen_mcode6()
7297 bpf_u_int32 size) in gen_load_internal()
7573 bpf_u_int32 size) in gen_load()
7669 gen_loadi_internal(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi_internal()
7690 gen_loadi(compiler_state_t *cstate, bpf_u_int32 val) in gen_loadi()
7886 gen_byteop(compiler_state_t *cstate, int op, int idx, bpf_u_int32 val) in gen_byteop()
7934 bpf_u_int32 hostmask; in gen_broadcast()
8483 (bpf_u_int32)rnr); in gen_pf_rnr()
8506 (bpf_u_int32)srnr); in gen_pf_srnr()
8529 (bpf_u_int32)reason); in gen_pf_reason()
8552 (bpf_u_int32)action); in gen_pf_action()
8643 gen_p80211_type(compiler_state_t *cstate, bpf_u_int32 type, bpf_u_int32 mask) in gen_p80211_type()
8672 gen_p80211_fcdir(compiler_state_t *cstate, bpf_u_int32 fcdir) in gen_p80211_fcdir()
8808 gen_vlan_vid_test(compiler_state_t *cstate, bpf_u_int32 vlan_num) in gen_vlan_vid_test()
8818 gen_vlan_no_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num, in gen_vlan_no_bpf_extensions()
8845 bpf_u_int32 v, struct slist *s) in gen_vlan_vloffset_add()
8934 gen_vlan_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num, in gen_vlan_bpf_extensions()
8981 gen_vlan(compiler_state_t *cstate, bpf_u_int32 vlan_num, int has_vlan_tag) in gen_vlan()
9079 gen_mpls(compiler_state_t *cstate, bpf_u_int32 label_num_arg, in gen_mpls()
9082 volatile bpf_u_int32 label_num = label_num_arg; in gen_mpls()
9175 gen_pppoes(compiler_state_t *cstate, bpf_u_int32 sess_num, int has_sess_num) in gen_pppoes()
9238 enum e_offrel offrel, bpf_u_int32 vni, int has_vni) in gen_geneve_check()
9271 gen_geneve4(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve4()
9297 gen_geneve6(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve6()
9475 gen_geneve(compiler_state_t *cstate, bpf_u_int32 vni, int has_vni) in gen_geneve()
9540 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code_internal()
9627 bpf_u_int32 jvalue, int jtype, int reverse) in gen_atmfield_code()
9836 bpf_u_int32 jvalue_arg, int jtype, int reverse) in gen_mtp3field_code()
9838 volatile bpf_u_int32 jvalue = jvalue_arg; in gen_mtp3field_code()
9840 bpf_u_int32 val1 , val2 , val3; in gen_mtp3field_code()