Home
last modified time | relevance | path

Searched defs:have_ip (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-last_ip.c202 static struct ptunit_result update_ip_suppressed(uint32_t have_ip) in update_ip_suppressed()
224 static struct ptunit_result update_ip_upd16(uint32_t have_ip) in update_ip_upd16()
246 static struct ptunit_result update_ip_upd32(uint32_t have_ip) in update_ip_upd32()
268 static struct ptunit_result update_ip_sext48(uint32_t have_ip) in update_ip_sext48()
290 static struct ptunit_result update_ip_bad_packet(uint32_t have_ip) in update_ip_bad_packet()
323 static struct ptunit_result update_ip_null_packet(uint32_t have_ip) in update_ip_null_packet()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_last_ip.h47 uint32_t have_ip:1; member
/freebsd/usr.sbin/ppp/
H A Dipcp.c1063 struct in_addr ipaddr, dstipaddr, have_ip; in IpcpDecodeConfig() local