Home
last modified time | relevance | path

Searched refs:ih_x1 (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h46 #define ui_x1 ui_i.ih_x1
47 #define ui_v ui_i.ih_x1[0]
H A Dtcpip.h45 #define ti_x1 ti_i.ih_x1
H A Dip_var.h45 u_char ih_x1[9]; /* (unused) */ member
/f-stack/freebsd/netinet/
H A Dudp_var.h46 #define ui_x1 ui_i.ih_x1
47 #define ui_v ui_i.ih_x1[0]
H A Dtcpip.h45 #define ti_x1 ti_i.ih_x1
H A Dip_var.h45 u_char ih_x1[9]; /* (unused) */ member
H A Dudp_usrreq.c504 bcopy(((struct ipovly *)ip)->ih_x1, b, 9); in udp_input()
505 bzero(((struct ipovly *)ip)->ih_x1, 9); in udp_input()
509 bcopy(b, ((struct ipovly *)ip)->ih_x1, 9); in udp_input()
H A Dtcp_input.c740 bzero(ipov->ih_x1, sizeof(ipov->ih_x1)); in tcp_input()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c373 bzero(ipov->ih_x1, sizeof(ipov->ih_x1)); in ctf_process_inbound_raw()