Searched defs:remaining_caplen (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.101.15/bsd/net/ ! |
| H A D | bpf.c | 3490 const uint32_t remaining_caplen) in get_esp_trunc_len() 3506 const uint32_t remaining_caplen) in get_isakmp_trunc_len() 3522 const uint32_t remaining_caplen) in get_isakmp_natt_trunc_len() 3556 get_udp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_udp_trunc_len() 3605 get_tcp_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_tcp_trunc_len() 3639 …oto_trunc_len(uint8_t proto, struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_proto_trunc_len() 3693 get_ip_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip_trunc_len() 3725 get_ip6_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ip6_trunc_len() 3755 get_ether_trunc_len(struct bpf_packet *pkt, uint32_t off, const uint32_t remaining_caplen) in get_ether_trunc_len()
|