Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDudp_var.h44 #define ui_x1 ui_i.ih_x1
45 #define ui_v ui_i.ih_x1[0]
HDtcpip.h43 #define ti_x1 ti_i.ih_x1
HDip_var.h42 u_char ih_x1[9]; /* (unused) */ member
HDudp_usrreq.c486 bcopy(((struct ipovly *)ip)->ih_x1, b, 9); in udp_input()
487 bzero(((struct ipovly *)ip)->ih_x1, 9); in udp_input()
491 bcopy(b, ((struct ipovly *)ip)->ih_x1, 9); in udp_input()
HDtcp_input.c709 bzero(ipov->ih_x1, sizeof(ipov->ih_x1)); in tcp_input()