HomeSort by: relevance | last modified time | path
    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