HomeSort by relevance Sort by last modified time
    Searched defs:show_options (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_dhcp.c 43 static int show_options(unsigned char *, int);
215 switch (show_options(dp->options, (len - BASE_PKT_SIZE))) {
236 (void) show_options(dp->file, 128);
247 (void) show_options(dp->sname, 64);
253 (void) show_options(dp->file, 128);
257 (void) show_options(dp->sname, 64);
265 show_options(unsigned char *cp, int len) function
snoop_dhcpv6.c 62 static void show_options(const uint8_t *, int);
183 show_options(data, len);
582 show_options(data, olen);
589 show_options(const uint8_t *data, int len) function

Completed in 3179 milliseconds