Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c288 isp->input[MEDIA_LVL] = mac_state.mac_input; in mac_socket_init()
289 isp->output[MEDIA_LVL] = mac_state.mac_output; in mac_socket_init()
290 isp->close[MEDIA_LVL] = NULL; in mac_socket_init()
291 isp->headerlen[MEDIA_LVL] = mac_state.mac_header_len; in mac_socket_init()
H A Dipv4.c945 if (sockets[index].input[MEDIA_LVL](index) < 0) { in ipv4_input()
1055 ogp->igm_level = MEDIA_LVL; in ipv4_output()
1106 datagram.igm_level = MEDIA_LVL; in ipv4_tcp_output()
H A Dibd.c496 if (ogp->igm_level != MEDIA_LVL) { in ibd_output()
H A Dethernet.c509 if (ogp->igm_level != MEDIA_LVL) { in ether_output()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c445 for (i = TRANSPORT_LVL; i >= MEDIA_LVL; i--) { in shutdown()
481 for (i = TRANSPORT_LVL; i >= MEDIA_LVL; i--) { in socket_close()
829 for (i = MEDIA_LVL; i < APP_LVL; i++) { in recvfrom()
1071 offset = sockets[i].headerlen[MEDIA_LVL](NULL) + in dgram_sendto()
1111 for (l = TRANSPORT_LVL; l >= MEDIA_LVL; l--) { in dgram_sendto()
H A Dsocket_impl.h47 #define MEDIA_LVL 0 macro
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c494 for (i = MEDIA_LVL; i < TRANSPORT_LVL; i++) { in tcp_drain_input()
1721 for (i = MEDIA_LVL; i < TRANSPORT_LVL; i++) { in tcp_state_wait()