Home
last modified time | relevance | path

Searched refs:prot_nest_prefix (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c569 oldnest = prot_nest_prefix; in nest_options()
570 str = malloc(strlen(prot_nest_prefix) + strlen(prot_prefix) + 1); in nest_options()
572 prot_nest_prefix = prot_prefix; in nest_options()
574 (void) sprintf(str, "%s%s", prot_nest_prefix, prot_prefix); in nest_options()
575 prot_nest_prefix = str; in nest_options()
581 prot_nest_prefix = oldnest; in nest_options()
768 oldnest = prot_nest_prefix; in show_options()
769 prot_nest_prefix = prot_prefix; in show_options()
771 prot_prefix = prot_nest_prefix; in show_options()
772 prot_nest_prefix = oldnest; in show_options()
H A Dsnoop_icmp.c74 extern char *prot_nest_prefix; in interpret_icmp()
402 prot_nest_prefix = "ICMP:"; in interpret_icmp()
405 prot_nest_prefix = ""; in interpret_icmp()
413 prot_nest_prefix = "ICMP:"; in interpret_icmp()
416 prot_nest_prefix = ""; in interpret_icmp()
426 prot_nest_prefix = ""; in interpret_icmp()
447 extern char *prot_nest_prefix;
616 prot_nest_prefix = "ICMPv6:";
619 prot_nest_prefix = "";
H A Dsnoop_ip.c1428 oldnest = prot_nest_prefix; in print_cipso()
1429 prot_nest_prefix = prot_prefix; in print_cipso()
1444 prot_prefix = prot_nest_prefix; in print_cipso()
1445 prot_nest_prefix = oldnest; in print_cipso()
1473 prot_prefix = prot_nest_prefix; in print_cipso()
1474 prot_nest_prefix = oldnest; in print_cipso()
1488 prot_prefix = prot_nest_prefix; in print_cipso()
1489 prot_nest_prefix = oldnest; in print_cipso()
H A Dsnoop_display.c174 char *prot_nest_prefix = ""; variable
183 prot_nest_prefix, pref, str); in show_header()
200 (void) strcpy(line, prot_nest_prefix); in get_line()
208 return (MAXLINE - strlen(prot_nest_prefix) - strlen(prot_prefix)); in get_line_remain()
H A Dsnoop.h160 extern char *prot_nest_prefix;
346 extern char *prot_nest_prefix;
H A Dsnoop_ppp.c455 prot_nest_prefix = protoinfo->prefix; in interpret_ppp_cp()
457 prot_nest_prefix = ""; in interpret_ppp_cp()
469 prot_nest_prefix = protoinfo->prefix; in interpret_ppp_cp()
471 prot_nest_prefix = ""; in interpret_ppp_cp()
H A Dsnoop_rport.c302 "%s%sPriority: %.*s%s(%s.%s)", prot_nest_prefix, syslog, in interpret_syslog()