Searched refs:tot_len (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/wpa/src/eap_peer/
H A Deap_pwd.c675 u16 tot_len = 0; local
748 tot_len = WPA_GET_BE16(pos);
750 "total length = %d", tot_len);
751 data->inbuf = wpabuf_alloc(tot_len);
840 tot_len = len;
846 "length = %d", tot_len);
857 wpabuf_put_be16(resp, tot_len);
/freebsd-10.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c731 ret = (xge_os_ntohs(ip->tot_len) -
990 lro_new->total_length = xge_os_ntohs(ip->tot_len);
1339 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length);
1405 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length);
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf.c5705 pd.tot_len = ntohs(h->ip_len);
5725 pd.p_len = pd.tot_len - off - (th.th_off << 2);
5919 kif->pfik_bytes[0][dir == PF_OUT][action != PF_PASS] += pd.tot_len;
5925 r->bytes[dirndx] += pd.tot_len;
5928 a->bytes[dirndx] += pd.tot_len;
5933 s->nat_rule.ptr->bytes[dirndx] += pd.tot_len;
5937 s->src_node->bytes[dirndx] += pd.tot_len;
5941 s->nat_src_node->bytes[dirndx] += pd.tot_len;
5945 s->bytes[dirndx] += pd.tot_len;
5956 pd.af, pd.tot_len, di
[all...]
H A Dpf_norm.c912 r->bytes[dir == PF_OUT] += pd->tot_len;
1158 r->bytes[dir == PF_OUT] += pd->tot_len;
1339 r->bytes[dir == PF_OUT] += pd->tot_len;
/freebsd-10.0-release/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c860 u16 tot_len; local
893 tot_len = WPA_GET_BE16(pos);
895 "length = %d", tot_len);
896 data->inbuf = wpabuf_alloc(tot_len);
/freebsd-10.0-release/sys/dev/lge/
H A Dif_lge.c1135 int frag = 0, tot_len = 0; local
1148 tot_len += m->m_len;
1161 cur_tx->lge_ctl = LGE_TXCTL_WANTINTR|LGE_FRAGCNT(frag)|tot_len;
/freebsd-10.0-release/sys/dev/nxge/
H A Dif_nxge.c2515 int hlen, ip_len, tcp_hdr_len, tcp_data_len, tot_len, tcp_options; local
2568 tot_len = m_head->m_pkthdr.len;
2569 trim = tot_len - (ip_len + ETHER_HDR_LEN);
2574 tot_len = m_head->m_pkthdr.len;
2673 lro_session->len = tot_len;
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-device.h229 u16 tot_len; member in struct:iplro
/freebsd-10.0-release/sys/net/
H A Dpfvar.h1160 u_int64_t tot_len; /* Make Mickey money */ member in struct:pf_pdesc

Completed in 224 milliseconds