Searched refs:show_options (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 43 static int show_options(unsigned char *, int); 215 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) { in interpret_dhcp() 236 (void) show_options(dp->file, 128); in interpret_dhcp() 247 (void) show_options(dp->sname, 64); in interpret_dhcp() 253 (void) show_options(dp->file, 128); in interpret_dhcp() 257 (void) show_options(dp->sname, 64); in interpret_dhcp() 265 show_options(unsigned char *cp, int len) in show_options() function
|
H A D | snoop_dhcpv6.c | 62 static void show_options(const uint8_t *, int); 183 show_options(data, len); in interpret_dhcpv6() 578 show_options(data, olen); in nest_options() 585 show_options(const uint8_t *data, int len) in show_options() function
|