Home
last modified time | relevance | path

Searched refs:prot_prefix (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c568 oldprefix = prot_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()
580 prot_prefix = oldprefix; in nest_options()
769 prot_nest_prefix = prot_prefix; in show_options()
771 prot_prefix = prot_nest_prefix; in show_options()
H A Dsnoop_display.c173 char *prot_prefix; variable
180 prot_prefix = pref; in show_header()
201 (void) strcat(line, prot_prefix); in get_line()
208 return (MAXLINE - strlen(prot_nest_prefix) - strlen(prot_prefix)); in get_line_remain()
H A Dsnoop_ip.c1429 prot_nest_prefix = prot_prefix; in print_cipso()
1444 prot_prefix = prot_nest_prefix; in print_cipso()
1473 prot_prefix = prot_nest_prefix; in print_cipso()
1488 prot_prefix = prot_nest_prefix; in print_cipso()
H A Dsnoop.h345 extern char *prot_prefix;
H A Dsnoop_sctp.c48 extern char *prot_prefix;
797 prot_prefix = "SCTP: "; in parse_data_chunk()