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

  /src/games/hack/
hack.cmd.c 87 { 'd', dodrop },
extern.h 80 int dodrop(void);
hack.do.c 82 dodrop(void) function in typeref:typename:int
  /src/sys/netinet/
tcp_usrreq.c 1417 struct lwp *l, int dodrop)
1427 if (dodrop) {
1452 struct lwp *l, int dodrop)
1462 if (dodrop) {
1503 int error, pf, dodrop; local in function:sysctl_net_inet_tcp_ident
1505 dodrop = name[-1] == TCPCTL_DROP;
1506 if (dodrop) {
1534 oldp, oldlenp, l, dodrop);
1572 si6[1]->sin6_port, oldp, oldlenp, l, dodrop);
1595 oldp, oldlenp, l, dodrop);
    [all...]

Completed in 13 milliseconds