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

  /src/usr.bin/systat/
netstat.c 86 static void enter6(struct inpcb *, struct socket *, int, const char *);
295 enter6(inp, &sockb, tcpcb.t_state, "tcp");
297 enter6(inp, &sockb, 0, "udp");
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto) function in typeref:typename:void
netstat.c 86 static void enter6(struct inpcb *, struct socket *, int, const char *);
295 enter6(inp, &sockb, tcpcb.t_state, "tcp");
297 enter6(inp, &sockb, 0, "udp");
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto) function in typeref:typename:void
netstat.c 86 static void enter6(struct inpcb *, struct socket *, int, const char *);
295 enter6(inp, &sockb, tcpcb.t_state, "tcp");
297 enter6(inp, &sockb, 0, "udp");
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto) function in typeref:typename:void

Completed in 32 milliseconds