Searched refs:ih_x1 (Results 1 – 5 of 5) sorted by relevance
44 #define ui_x1 ui_i.ih_x145 #define ui_v ui_i.ih_x1[0]
43 #define ti_x1 ti_i.ih_x1
42 u_char ih_x1[9]; /* (unused) */ member
486 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()
709 bzero(ipov->ih_x1, sizeof(ipov->ih_x1)); in tcp_input()