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

  /src/games/hack/
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