HomeSort by: relevance | last modified time | path
    Searched defs:inpflags (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_output.c 1099 int inpflags = inp->inp_flags; local in function:ip_ctloutput
1152 inpflags |= bit; \
1154 inpflags &= ~bit;
1248 inpflags &= ~(INP_LOWPORT);
1252 inpflags |= INP_LOWPORT;
1332 #define OPTBIT(bit) (inpflags & bit ? 1 : 0)
1415 if (inpflags & INP_LOWPORT)
1435 inp->inp_flags = inpflags;
ip_input.c 1525 int inpflags = inp->inp_flags; local in function:ip_savecontrol
1530 if (inpflags & INP_RECVDSTADDR) {
1537 if (inpflags & INP_RECVTTL) {
1553 if (inpflags & INP_RECVPKTINFO) {
1562 if (inpflags & INP_RECVIF) {

Completed in 55 milliseconds