OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INP_HDRINCL
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
raw_ip.c
323
if ((inp->inp_flags &
INP_HDRINCL
) == 0) {
418
inp->inp_flags &= ~
INP_HDRINCL
;
436
inp->inp_flags |=
INP_HDRINCL
;
438
inp->inp_flags &= ~
INP_HDRINCL
;
465
optval = inp->inp_flags &
INP_HDRINCL
;
in_pcb.h
163
#define
INP_HDRINCL
0x0008 /* user supplies entire IP header */
176
* Cancels
INP_HDRINCL
.
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026