Home
last modified time | relevance | path

Searched defs:ip_len (Results 1 – 18 of 18) sorted by relevance

/dragonfly/sys/net/ipfw3_basic/
H A Dip_fw3_basic.c166 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_count()
176 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_skipto()
189 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_forward()
237 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_in()
245 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_out()
253 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_via()
263 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_proto()
271 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_prob()
279 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_from()
298 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_from_lookup()
[all …]
H A Dip_fw3_state.c154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_check_state()
238 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_keep_state()
/dragonfly/sys/net/ipfw3_layer2/
H A Dip_fw3_layer2.c67 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_layer2()
75 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac()
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from()
111 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_from_lookup()
136 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_mac_to_lookup()
/dragonfly/sys/net/ipfw3_layer4/
H A Dip_fw3_layer4.c145 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_tcpflag()
154 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_uid()
163 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_gid()
174 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_established()
195 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_bpf()
/dragonfly/sys/net/pf/
H A Dpf_norm.c342 u_int16_t ip_len = ntohs(ip->ip_len) - hlen; in pf_reassemble() local
558 int ip_len = ntohs(h->ip_len) - (h->ip_hl << 2); in pf_fragcache() local
873 int ip_len; in pf_normalize_ip() local
/dragonfly/sbin/dhclient/
H A Dpacket.c166 u_int32_t ip_len = (buf[bufix] & 0xf) << 2; in decode_udp_ip_header() local
/dragonfly/sys/net/ipfw3/
H A Dip_fw3.c248 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_accept()
259 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_deny()
348 uint16_t ip_len = 0; in ip_fw3_chk() local
/dragonfly/sys/netinet/
H A Draw_ip.c254 int ip_len; in rip_output() local
H A Dip_input.c452 uint16_t ip_len; in ip_input() local
989 uint16_t ip_len; in ip_reass() local
H A Dip.h69 u_short ip_len; /* total length */ member
H A Dudp_usrreq.c381 int ip_len, len, off; in udp_input() local
/dragonfly/contrib/tcpdump/
H A Dip.h57 nd_uint16_t ip_len; /* total length */ member
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dx509v3.h44 size_t ip_len; /* IPv4: 4, IPv6: 16 */ member
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.c83 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_pipe()
93 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_queue()
/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c144 struct ip_fw **f, ipfw_insn *cmd, uint16_t ip_len) in check_nat()
/dragonfly/tools/tools/netrate/pktgen/
H A Dpktgen.c429 int len, ip_len; in pktgen_start_ifsq_handler() local
/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c766 decode_extensions(unsigned char *buf, int ip_len) in decode_extensions()
/dragonfly/sys/net/ipfw/
H A Dip_fw2.c376 uint16_t ip_len; /* NOTE: host format */ member
1495 int ip_off, offset, ip_len; in ipfw_log() local
2966 send_reject(struct ip_fw_args *args, int code, int offset, int ip_len) in send_reject()