Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/inet/
H A Dudp.c111 if (igp->igm_level != TRANSPORT_LVL) { in udp_input()
114 index, igp->igm_level); in udp_input()
149 igp->igm_level = APP_LVL; in udp_input()
197 ogp->igm_level = NETWORK_LVL; in udp_output()
H A Dipv4.c631 ngp->igm_level = TRANSPORT_LVL; in make_trans_datagram()
710 if (igp->igm_level != NETWORK_LVL) { in ipv4_input()
713 index, igp->igm_level); in ipv4_input()
988 if (ogp->igm_level != NETWORK_LVL) { in ipv4_output()
991 ogp->igm_level); in ipv4_output()
1055 ogp->igm_level = MEDIA_LVL; in ipv4_output()
1106 datagram.igm_level = MEDIA_LVL; in ipv4_tcp_output()
H A Dibd.c405 inp->igm_level = NETWORK_LVL; in ibd_input()
496 if (ogp->igm_level != MEDIA_LVL) { in ibd_output()
557 index, ogp->igm_level, mp->b_rptr, size); in ibd_output()
H A Dethernet.c406 inp->igm_level = NETWORK_LVL; in ether_input()
509 if (ogp->igm_level != MEDIA_LVL) { in ether_output()
579 index, ogp->igm_level, mp->b_rptr, size); in ether_output()
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket_impl.h103 int igm_level; /* Stack level (LVL) of data */ member
H A Dsocket.c848 icp->igm_level != APP_LVL) { in recvfrom()
851 icp->igm_level); in recvfrom()
1077 oc.igm_level = TRANSPORT_LVL; in dgram_sendto()
1079 oc.igm_level = NETWORK_LVL; in dgram_sendto()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c510 if (in_gram->igm_level != TRANSPORT_LVL) { in tcp_drain_input()
513 "level %d frame found\n", in_gram->igm_level); in tcp_drain_input()
573 if (in_gram->igm_level != TRANSPORT_LVL) { in tcp_input()
576 "level %d frame found\n", in_gram->igm_level); in tcp_input()
1739 if (in_gram->igm_level != TRANSPORT_LVL) { in tcp_state_wait()
1743 in_gram->igm_level); in tcp_state_wait()
6761 in_gram->igm_level = APP_LVL; in tcp_rcv_drain()
6826 in_gram->igm_level = APP_LVL; in tcp_drain_needed()