tag | line | file | source code |
---|---|---|---|
MSG_PEEK | 118 | net/inet/datagram.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1197 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) { |
MSG_PEEK | 1310 | net/inet/tcp.c | if ((flags & MSG_PEEK) && copied != 0) |
MSG_PEEK | 1403 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1411 | net/inet/tcp.c | if (!(flags & MSG_PEEK) && |