Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h156 #define IPH_ID_SET(hdr, id) (hdr)->_id = (id) macro
/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c551 IPH_ID_SET(&cs->cs_ip, ntohs(IPH_ID(&cs->cs_ip)) + 1); in vj_uncompress_tcp()
552 IPH_ID_SET(&cs->cs_ip, htons(IPH_ID(&cs->cs_ip))); in vj_uncompress_tcp()
/external/syslinux/core/lwip/src/core/ipv4/
Dip.c669 IPH_ID_SET(iphdr, htons(ip_id));