Lines Matching refs:protoname
148 const char *protoname; member
418 sock->protoname = "sctp"; in gather_sctp()
519 sock->protoname = "sctp"; in gather_sctp()
652 const char *varname, *protoname; in gather_inet() local
666 protoname = "tcp"; in gather_inet()
670 protoname = "udp"; in gather_inet()
674 protoname = "div"; in gather_inet()
717 protoname = xtp->t_flags & TF_TOE ? "toe" : "tcp"; in gather_inet()
793 sock->protoname = protoname; in gather_inet()
810 const char *varname, *protoname; in gather_unix() local
818 protoname = "stream"; in gather_unix()
822 protoname = "dgram"; in gather_unix()
826 protoname = (xo_get_style(NULL) == XO_STYLE_TEXT) in gather_unix()
879 sock->protoname = protoname; in gather_unix()
1212 len = strlen(s->protoname); in calculate_sock_column_widths()
1386 s->protoname, in display_sock()