Searched refs:mac_meoi_get_uint8 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_provider.c | 1701 mac_meoi_get_uint8(mblk_t *mp, off_t off, uint8_t *out) in mac_meoi_get_uint8() function 1824 if (mac_meoi_get_uint8(mp, off, &ip4verlen) != 0) in mac_ether_offload_info() 1831 if (mac_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info() 1837 if (mac_meoi_get_uint8(mp, off, &ipproto) == -1) in mac_ether_offload_info() 1845 if (mac_meoi_get_uint8(mp, off, &next_proto) == -1) in mac_ether_offload_info() 1861 if (mac_meoi_get_uint8(mp, off, &len_val) == -1) in mac_ether_offload_info() 1871 if (mac_meoi_get_uint8(mp, off, &len_val) == -1) in mac_ether_offload_info() 1899 if (mac_meoi_get_uint8(mp, off, &l4len) == -1) in mac_ether_offload_info()
|