Searched refs:mac_ipv4_sap_verify (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/plugins/ |
H A D | mac_ipv4.c | 122 mac_ipv4_sap_verify(uint32_t sap, uint32_t *bind_sap, void *pdata) in mac_ipv4_sap_verify() function 148 if (!mac_ipv4_sap_verify(sap, NULL, NULL)) in mac_ipv4_header() 225 mac_ipv4_sap_verify,
|
H A D | mac_ipv6.c | 135 if (!mac_ipv4_sap_verify(sap, NULL, NULL)) in mac_ipv6_header() 276 mac_ipv4_sap_verify, /* same set of legal SAP values */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_ipv4_impl.h | 45 boolean_t mac_ipv4_sap_verify(uint32_t, uint32_t *, void *);
|