HomeSort by: relevance | last modified time | path
    Searched refs:INP_LOWPORT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
portalgo.c 180 if (inp->inp_flags & INP_LOWPORT) {
275 if (inp->inp_flags & INP_LOWPORT) {
in_pcb.h 165 #define INP_LOWPORT 0x0020 /* user wants "low" port binding */
ip_output.c 1248 inpflags &= ~(INP_LOWPORT);
1252 inpflags |= INP_LOWPORT;
1415 if (inpflags & INP_LOWPORT)
in_pcb.c 280 if (inp->inp_flags & INP_LOWPORT) {

Completed in 20 milliseconds