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

/xnu-2422.115.4/bsd/netinet/
H A Dip_fw2.c451 #define L3HDR(T, ip) ((T *)((u_int32_t *)(ip) + (ip)->ip_hl)) macro
456 int type = L3HDR(struct icmp,ip)->icmp_type;
467 int type = L3HDR(struct icmp, ip)->icmp_type;
994 struct tcphdr *tcp = L3HDR(struct tcphdr,ip);
1235 struct icmp *const icmp = L3HDR(struct icmp, ip);
1908 L3HDR(struct tcphdr, mtod(args->fwa_m, struct ip *));
2140 tcp = L3HDR(struct tcphdr, ip);
2152 udp = L3HDR(struct udphdr, ip);
2160 args->fwa_id.flags = L3HDR(struct icmp, ip)->icmp_type;
2537 L3HDR(struc
[all...]

Completed in 20 milliseconds