Searched defs:show_options (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c43 static int show_options(unsigned char *, int);
213 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) {
234 (void) show_options(dp->file, 128);
245 (void) show_options(dp->sname, 64);
251 (void) show_options(dp->file, 128);
255 (void) show_options(dp->sname, 64);
263 show_options(unsigned char *cp, int len) function
H A Dsnoop_dhcpv6.c61 static void show_options(const uint8_t *, int);
182 show_options(data, len);
577 show_options(data, olen);
584 show_options(const uint8_t *data, int len) function

Completed in 60 milliseconds