Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c820 int is_llc = 0, is_snap = 0, source_routing = 0; in interpret_tr() local
852 if (is_llc = tr_machdr_len(e, &maclen, &source_routing)) { in interpret_tr()
902 if (source_routing) in interpret_tr()
947 if (source_routing) in interpret_tr()
1013 tr_machdr_len(char *e, int *lenp, int *source_routing) in tr_machdr_len() argument
1025 *source_routing = 1; in tr_machdr_len()
1028 *source_routing = 0; in tr_machdr_len()
1041 int len = 0, source_routing; in tr_header_len() local
1043 if (tr_machdr_len(e, &len, &source_routing) == 0) in tr_header_len()