Home | History | Annotate | Download | only in systat

Lines Matching defs:PROTO

303 enter(struct inpcb *inp, struct socket *so, int state, const char *proto)
317 if (!streq(proto, p->ni_proto))
340 p->ni_proto = proto;
352 enter6(struct inpcb *inp, struct socket *so, int state, const char *proto)
366 if (!streq(proto, p->ni_proto))
389 p->ni_proto = proto;
403 #define PROTO FADDR+23
404 #define RCVCC PROTO+6
418 mvwaddstr(wnd, 0, PROTO, "Proto");
506 mvwaddstr(wnd, p->ni_line, PROTO, p->ni_proto);
534 inetprint(struct in_addr *in, int port, const char *proto)
542 sp = getservbyport(port, proto);
559 inet6print(struct in6_addr *in6, int port, const char *proto)
567 sp = getservbyport(port, proto);