Searched refs:L3HDR (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2.c374 #define L3HDR(T, ip) ((T *)((u_int32_t *)(ip) + (ip)->ip_hl)) macro
379 int type = L3HDR(struct icmp,ip)->icmp_type;
390 int type = L3HDR(struct icmp, ip)->icmp_type;
917 struct tcphdr *tcp = L3HDR(struct tcphdr,ip);
1156 struct icmp *const icmp = L3HDR(struct icmp, ip);
1828 L3HDR(struct tcphdr, mtod(args->fwa_m, struct ip *));
2061 tcp = L3HDR(struct tcphdr, ip);
2073 udp = L3HDR(struct udphdr, ip);
2081 args->fwa_id.flags = L3HDR(struct icmp, ip)->icmp_type;
2458 L3HDR(struc
[all...]

Completed in 24 milliseconds