Home
last modified time | relevance | path

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

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Donce.h36 extern u_int32_t PptrsSz, UDPHdrSz, CSSz, MyTCPHdrSz, IpFlowCmnSz;
H A Dpmacct-globals.c64 u_int32_t PptrsSz, UDPHdrSz, CSSz, MyTCPHdrSz, IpFlowCmnSz; variable
H A Dnl.c258 ptr += UDPHdrSz; in ip_handler()
259 off += UDPHdrSz; in ip_handler()
426 ptr += UDPHdrSz; in ip6_handler()
427 off += UDPHdrSz; in ip6_handler()
585 UDPHdrSz = 8; in compute_once()
H A Dsfacctd.c1669 UDPHdrSz = sizeof(struct pm_udphdr); in SF_compute_once()
H A Dnfacctd.c2685 UDPHdrSz = sizeof(struct pm_udphdr); in NF_compute_once()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/tee_plugin/
H A Dtee_plugin.c345 uh->uh_ulen = htons(msg->len+UDPHdrSz); in Tee_craft_transparent_msg()
361 i4h->ip_len = htons(IP4HdrSz+UDPHdrSz+msg->len); in Tee_craft_transparent_msg()
363 i4h->ip_len = IP4HdrSz+UDPHdrSz+msg->len; in Tee_craft_transparent_msg()
376 i6h->ip6_plen = htons(UDPHdrSz+msg->len); in Tee_craft_transparent_msg()
384 buf_ptr += UDPHdrSz; in Tee_craft_transparent_msg()
387 msglen = (IP4HdrSz + UDPHdrSz + msg->len); in Tee_craft_transparent_msg()