Home | History | Annotate | Download | only in libpcap

Lines Matching refs:setmode

110   #define SET_BINMODE(f)  setmode(f, O_BINARY)
112 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)