Searched refs:ip_buf (Results 1 – 4 of 4) sorted by relevance
260 uint8_t *ip_buf; in hxge_fill_tx_hdr() local295 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 …]
468 uint8_t *ip_buf; in nxge_fill_tx_hdr() local515 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 …]
580 char ip_buf[64]; in b2clf_buf() local632 remote_ip = ip_dot_addr(r->remote_host, (char *)&ip_buf); in b2clf_buf()
57 typedef struct ip_buf { struct