tag | line | file | source code |
---|---|---|---|
MSG_PEEK | 119 | net/inet/datagram.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1302 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) { |
MSG_PEEK | 1415 | net/inet/tcp.c | if ((flags & MSG_PEEK) && copied != 0) |
MSG_PEEK | 1508 | net/inet/tcp.c | if (!(flags & MSG_PEEK)) |
MSG_PEEK | 1516 | net/inet/tcp.c | if (!(flags & MSG_PEEK) && |