Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_capture.c715 int device_mac_type = -1; in cap_open_read() local
746 device_mac_type = DL_ETHER; in cap_open_read()
750 device_mac_type = ntohl(*((int *)cap_buffp)); in cap_open_read()
762 if (interface->mac_type == device_mac_type) in cap_open_read()
767 device_mac_type); in cap_open_read()
771 device_mac_type = DL_ETHER; in cap_open_read()