Lines Matching refs:sockunion_t
72 typedef union sockunion sockunion_t; typedef
84 static sockunion_t basegroup;
95 static sockunion_t ifaddr;
117 static int open_and_bind_socket(sockunion_t *);
118 static int recv_loop_with_match(int, sockunion_t *, sockunion_t *);
159 sockunion_t laddr; in do_asm_ipv4()
165 sockunion_t tmpgroup; in do_asm_ipv4()
166 sockunion_t tmpsource; in do_asm_ipv4()
170 memset(&laddr, 0, sizeof(sockunion_t)); in do_asm_ipv4()
243 memset(&tmpsource, 0, sizeof(sockunion_t)); in do_asm_ipv4()
605 open_and_bind_socket(sockunion_t *bsu) in open_and_bind_socket()
650 recv_loop_with_match(int sock, sockunion_t *group, sockunion_t *source) in recv_loop_with_match()
653 sockunion_t from; in recv_loop_with_match()