Home
last modified time | relevance | path

Searched refs:ip_buf (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c260 uint8_t *ip_buf; in hxge_fill_tx_hdr() local
295 ip_buf = NULL; in hxge_fill_tx_hdr()
337 ip_buf = nmp->b_rptr + eth_hdr_size; in hxge_fill_tx_hdr()
339 iph_len = ((*ip_buf) & 0x0f); in hxge_fill_tx_hdr()
341 ip_buf = nmp->b_rptr; in hxge_fill_tx_hdr()
342 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
344 ip_buf = NULL; in hxge_fill_tx_hdr()
347 if (ip_buf == NULL) { in hxge_fill_tx_hdr()
362 ip_buf = hdrs_buf; in hxge_fill_tx_hdr()
363 ip_buf += eth_hdr_size; in hxge_fill_tx_hdr()
[all …]
/titanic_44/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c468 uint8_t *ip_buf; in nxge_fill_tx_hdr() local
515 ip_buf = NULL; in nxge_fill_tx_hdr()
555 ip_buf = nmp->b_rptr + eth_hdr_size; in nxge_fill_tx_hdr()
557 iph_len = ((*ip_buf) & 0x0f); in nxge_fill_tx_hdr()
559 ip_buf = nmp->b_rptr; in nxge_fill_tx_hdr()
560 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
562 ip_buf = NULL; in nxge_fill_tx_hdr()
566 if (ip_buf == NULL) { in nxge_fill_tx_hdr()
582 ip_buf = hdrs_buf; in nxge_fill_tx_hdr()
583 ip_buf += eth_hdr_size; in nxge_fill_tx_hdr()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/nca/
H A Dncab2clf.c580 char ip_buf[64]; in b2clf_buf() local
632 remote_ip = ip_dot_addr(r->remote_host, (char *)&ip_buf); in b2clf_buf()
/titanic_44/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c57 typedef struct ip_buf { struct