OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_HL
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_compat.h
788
#ifndef
IP_HL
789
# define
IP_HL
(x) (x)->
ip_hl
792
# define IP_HL_A(x,y) (x)->
ip_hl
= ((y) & 0xf)
806
#define IPMINLEN(i, h) ((i)->ip_len >= (
IP_HL
(i) * 4 + sizeof(struct h)))
ip_state.c
2658
if (fin->fin_plen < ICMPERR_MAXPKTLEN + ((
IP_HL
(oip) - 5) << 2)) {
2667
if ((len <= 0) || ((
IP_HL
(oip) << 2) > len)) {
2730
(void) ipf_makefrip(
IP_HL
(oip) << 2, oip, &ofin);
2772
icmp = (icmphdr_t *)((char *)oip + (
IP_HL
(oip) << 2));
2801
tcp = (tcphdr_t *)((char *)oip + (
IP_HL
(oip) << 2));
ip_nat.c
3593
minlen =
IP_HL
(oip) << 2;
3641
orgicmp = (icmphdr_t *)((char *)oip + (
IP_HL
(oip) << 2));
3680
tcp = (tcphdr_t *)((char *)oip + (
IP_HL
(oip) << 2));
3752
dp = (((char *)oip) + (
IP_HL
(oip) << 2));
7365
hlen =
IP_HL
(fin->fin_ip) << 2;
fil.c
1455
off =
IP_HL
(ip) << 2;
3402
hlen =
IP_HL
(ip) << 2;
8332
hlen =
IP_HL
(ip) << 2;
Completed in 27 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025