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

  /src/usr.bin/netstat/
inet6.c 1494 #define mypcb tcp6cb macro
1496 #define mypcb tcpcb macro
1513 kread(pcbaddr, (char *)&mypcb, sizeof(mypcb));
1530 if (mypcb.t_state < 0 || mypcb.t_state >= TCP6_NSTATES)
1531 printf("State: %d", mypcb.t_state);
1533 printf("State: %s", tcp6states[mypcb.t_state]);
1534 printf(", flags 0x%x, inpcb 0x%lx\n\n", mypcb.t_flags,
1535 (u_long)mypcb.t_inpcb)
    [all...]
inet6.c 1494 #define mypcb tcp6cb macro
1496 #define mypcb tcpcb macro
1513 kread(pcbaddr, (char *)&mypcb, sizeof(mypcb));
1530 if (mypcb.t_state < 0 || mypcb.t_state >= TCP6_NSTATES)
1531 printf("State: %d", mypcb.t_state);
1533 printf("State: %s", tcp6states[mypcb.t_state]);
1534 printf(", flags 0x%x, inpcb 0x%lx\n\n", mypcb.t_flags,
1535 (u_long)mypcb.t_inpcb)
    [all...]
inet6.c 1494 #define mypcb tcp6cb macro
1496 #define mypcb tcpcb macro
1513 kread(pcbaddr, (char *)&mypcb, sizeof(mypcb));
1530 if (mypcb.t_state < 0 || mypcb.t_state >= TCP6_NSTATES)
1531 printf("State: %d", mypcb.t_state);
1533 printf("State: %s", tcp6states[mypcb.t_state]);
1534 printf(", flags 0x%x, inpcb 0x%lx\n\n", mypcb.t_flags,
1535 (u_long)mypcb.t_inpcb)
    [all...]

Completed in 33 milliseconds