Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/inet/
H A Dudp.c63 isp->headerlen[TRANSPORT_LVL] = udp_header_len; in udp_socket_init()
122 header_len = (sockets[index].headerlen[TRANSPORT_LVL])(NULL); in udp_input()
H A Dipv4.c420 isp->headerlen[NETWORK_LVL] = ipv4_header_len; in ipv4_socket_init()
436 isp->headerlen[TRANSPORT_LVL] = NULL; in ipv4_raw_socket()
821 sockets[index].headerlen[TRANSPORT_LVL](igp)) { in ipv4_input()
H A Dmac.c291 isp->headerlen[MEDIA_LVL] = mac_state.mac_header_len; in mac_socket_init()
/titanic_44/usr/src/stand/lib/sock/
H A Dsocket_impl.h139 int (*headerlen[APP_LVL])(struct inetgram *); member
H A Dsocket.c1072 offset = sockets[i].headerlen[MEDIA_LVL](NULL) + in dgram_sendto()
1073 (sockets[i].headerlen[NETWORK_LVL])(NULL); in dgram_sendto()
1077 offset += (sockets[i].headerlen[TRANSPORT_LVL])(NULL); in dgram_sendto()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c406 isp->headerlen[TRANSPORT_LVL] = tcp_header_len; in tcp_socket_init()