Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcpv6.c567 oldprefix = prot_prefix; in nest_options()
569 str = malloc(strlen(prot_nest_prefix) + strlen(prot_prefix) + 1); in nest_options()
571 prot_nest_prefix = prot_prefix; in nest_options()
573 (void) sprintf(str, "%s%s", prot_nest_prefix, prot_prefix); in nest_options()
579 prot_prefix = oldprefix; in nest_options()
768 prot_nest_prefix = prot_prefix; in show_options()
770 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.h308 extern char *prot_prefix;
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_sctp.c50 extern char *prot_prefix;
799 prot_prefix = "SCTP: "; in parse_data_chunk()