Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip4.h122 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id) macro
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c33 IPH_ID_SET(iphdr, lwip_htons(ip_id)); in create_ip4_input_fragment()
/third_party/lwip/src/netif/ppp/
Dvj.c584 IPH_ID_SET(&cs->cs_ip, lwip_ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp()
585 IPH_ID_SET(&cs->cs_ip, lwip_htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
/third_party/lwip/src/core/ipv4/
Dip4.c930 IPH_ID_SET(iphdr, lwip_htons(ip_id));