| /xnu-11215.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_gso.c | 119 uint16_t hlen; member 129 netif_gso_get_frame_header_len(struct mbuf *m, uint8_t *hlen) in netif_gso_get_frame_header_len() 442 int hlen; in netif_gso_ipv4_tcp_internal() local 624 uint16_t hlen; in netif_gso_ipv4_tcp() local 696 uint16_t hlen; in netif_gso_ipv6_tcp() local
|
| H A D | nx_netif_util.c | 162 uint8_t off, hlen; in nx_netif_mbuf_to_filter_pkt() local 340 uint8_t off, hlen; in nx_netif_pkt_to_filter_pkt() local 536 uint16_t pad, hlen; in nx_netif_pkt_to_mbuf() local 586 uint8_t off, hlen; in nx_netif_pkt_to_pkt() local
|
| H A D | nx_netif_compat.c | 1379 uint8_t hlen; in nx_netif_compat_na_rxsync() local
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | ah_output.c | 191 size_t hlen = 0; /*IP header+option in bytes*/ in ah4_output() local 564 int hlen; in ah4_finaldst() local
|
| H A D | udp6_output.c | 163 int af = AF_INET6, hlen = sizeof(struct ip6_hdr); in udp6_output() local
|
| H A D | ipsec.c | 2271 u_int32_t hlen; in ipsec4_encapsulate() local 2690 u_int32_t hlen; in ipsec46_encapsulate() local 3339 size_t hlen = 0; in ipsec4_interface_kpipe_output() local 3725 u_int32_t hlen; in ipsec4_output() local 4527 int hlen; in ipsec4_splithdr() local 4569 int hlen; in ipsec6_splithdr() local 4614 int hlen; in ipsec4_tunnel_validate() local
|
| H A D | ah_input.c | 134 u_int8_t hlen; in ah4_input() local
|
| H A D | ip6_output.c | 1837 uint32_t hlen, off, len; in ip6_do_fragmentation() local 1964 ip6_copyexthdr(struct mbuf **mp, caddr_t __indexable hdr, int hlen) in ip6_copyexthdr() 2025 uint32_t offset, mlen, hlen, olen, sw_csum; in in6_finalize_cksum() local 2256 ip6_insertfraghdr(struct mbuf *m0, struct mbuf *m, int hlen, in ip6_insertfraghdr()
|
| H A D | esp_output.c | 363 size_t hlen = 0; /* ip header len */ in esp_output() local
|
| H A D | ah_core.c | 571 size_t hlen; in ah4_calccksum() local
|
| H A D | esp_input.c | 232 u_int8_t hlen; in esp4_input_extended() local
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | ip_icmp.c | 438 icmp_input(struct mbuf *m, int hlen) in icmp_input() 995 int hlen; in icmp_send() local 1215 int hlen; in icmp_dgram_send() local
|
| H A D | in_cksum.c | 171 ip_cksum_hdr_dir(struct mbuf *m, uint32_t hlen, int out) in ip_cksum_hdr_dir() 192 ip_cksum_hdr_dir_buffer(const void *__sized_by(len) buffer, uint32_t hlen, uint32_t len, in ip_cksum_hdr_dir_buffer()
|
| H A D | ip_output.c | 298 int hlen = sizeof(struct ip); in ip_output_list() local 1861 int len, hlen, mhlen, firstlen, off; in ip_fragment() local 2018 uint32_t offset, _hlen, mlen, hlen, len, sw_csum; in in_finalize_cksum() local 2999 struct sockaddr_in *dst, int hlen) in ip_mloopback() 3390 ip_output_checksum(struct ifnet *ifp, struct mbuf *m, int hlen, int ip_len, in ip_output_checksum()
|
| H A D | ip_input.c | 622 ip_proto_dispatch_in(struct mbuf *m, int hlen, u_int8_t proto, in ip_proto_dispatch_in() 832 unsigned int hlen; in ip_input_dispatch_chain() local 940 unsigned int hlen; in ip_input_first_pass() local 1454 unsigned int hlen; in ip_input_second_pass() local 1733 unsigned int hlen; in ip_input() local 2207 int i, hlen, next; in ip_reass() local 3959 ip_cksum(struct mbuf *m, int hlen) in ip_cksum()
|
| H A D | kpi_ipfilter.c | 324 int hlen; in ipf_inject_input() local
|
| H A D | ip6.h | 318 #define IP6_EXTHDR_CHECK(m, off, hlen, action) \ argument
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | bpf.c | 369 int hlen = 0; in bpf_movein() local 3402 size_t hlen, in bpf_tap_mbuf() 3435 size_t hlen) in bpf_tap_out() 3446 size_t hlen) in bpf_tap_in() 3502 size_t hlen, in bpf_tap_packet() 3541 size_t hlen) in bpf_tap_packet_out() 3552 size_t hlen) in bpf_tap_packet_in()
|
| H A D | pf_norm.c | 509 uint32_t hlen = ip->ip_hl << 2; in pf_reassemble() local 1479 struct pf_fragment **frag, int hlen, int mff, int drop, int *nomem) in pf_frag6cache() 1914 int hlen = h->ip_hl << 2; in pf_normalize_ip() local 2796 int hlen = (th->th_off << 2) - sizeof(struct tcphdr); in pf_normalize_tcp_init() local 2897 int hlen; in pf_normalize_tcp_stateful() local
|
| H A D | nat464_utils.c | 494 int hlen = 0, olen = 0; in nat464_translate_icmp_ip() local 790 uint16_t hlen = 0, plen = 0; in nat464_translate_proto() local
|
| H A D | ether_if_module.c | 630 int hlen = ETHER_HDR_LEN; /* link layer header length */ in ether_frameout_extended() local
|
| H A D | pf.c | 2595 int hlen = (th->th_off << 2) - sizeof(*th), thoptlen = hlen; in pf_modulate_sack() local 4237 int hlen; in pf_get_wscale() local 4281 int hlen; in pf_get_mss() local 4331 int hlen; in pf_calc_mss() local 4535 int hlen, olen; in pf_change_icmp_af() local 4842 int hlen = sizeof(*ip4); in pf_nat64_ipv6() local 4887 int hlen = sizeof(*ip6); in pf_nat64_ipv4() local 4901 int hlen = sizeof(*ip6); in pf_nat64_ipv4() local
|
| H A D | pktap.c | 980 size_t hlen; in pktap_fill_proc_info() local
|
| /xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_track.c | 60 int hlen = pkt->pkt_flow_tcp_hlen; in flow_track_tcp_get_wscale() local
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | uipc_mbuf2.c | 164 int hlen = 0, tlen = 0, olen = 0; in m_pulldown() local
|