Home
last modified time | relevance | path

Searched refs:in_endpoints (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dudp_usrreq.c247 struct in_endpoints udp_port_unreach_rlc_state;
303 bzero(&udp_port_unreach_rlc_state, sizeof(struct in_endpoints)); in udp_init()
3249 udp_port_unreach_rlc_common(struct in_endpoints *flow) in udp_port_unreach_rlc_common()
3263 bcmp(flow, &udp_port_unreach_rlc_state, sizeof(struct in_endpoints)) == 0)) { in udp_port_unreach_rlc_common()
3275 bcopy(flow, &udp_port_unreach_rlc_state, sizeof(struct in_endpoints)); in udp_port_unreach_rlc_common()
3296 struct in_endpoints flow; in udp_port_unreach_rlc_compress()
3302 bzero(&flow, sizeof(struct in_endpoints)); in udp_port_unreach_rlc_compress()
3316 struct in_endpoints flow; in udp6_port_unreach_rlc_compress()
3322 bzero(&flow, sizeof(struct in_endpoints)); in udp6_port_unreach_rlc_compress()
H A Din_pcb.h741 struct in_endpoints { struct
H A Dtcp_subr.c318 static struct in_endpoints tcp_rst_rlc_state;
345 struct in_endpoints flow; in tcp_rst_rlc_compress()
374 bcmp(&flow, &tcp_rst_rlc_state, sizeof(struct in_endpoints)) == 0)) { in tcp_rst_rlc_compress()
387 bcopy(&flow, &tcp_rst_rlc_state, sizeof(struct in_endpoints)); in tcp_rst_rlc_compress()
752 bzero(&tcp_rst_rlc_state, sizeof(struct in_endpoints)); in tcp_init()