Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c52 static void interpret_options(char *, int);
641 interpret_options((char *)icmp6 + sizeof (*rd), in interpret_icmpv6()
655 interpret_options((char *)icmp6 + sizeof (*ns), in interpret_icmpv6()
681 interpret_options((char *)icmp6 + sizeof (*na), in interpret_icmpv6()
689 interpret_options( in interpret_icmpv6()
719 interpret_options((char *)icmp6 + sizeof (*ra), in interpret_icmpv6()
795 interpret_options(char *optc, int ilen) in interpret_options() function