Home
last modified time | relevance | path

Searched refs:site_scope (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/netinet/
H A Dsctp_header.h177 u_int8_t site_scope; /* IPv6 site scope flag */ member
H A Dsctp_asconf.c1709 if (stcb->asoc.site_scope == 0 && in sctp_addr_mgmt_assoc()
2174 if (stcb->asoc.site_scope == 0 && in sctp_find_valid_localaddr()
2786 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) in sctp_check_address_list_all() argument
2836 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope) in sctp_check_address_list() argument
2845 local_scope, site_scope, ipv4_scope, loopback_scope); in sctp_check_address_list()
H A Dsctp_structs.h625 u_int8_t site_scope; member
H A Dsctp_output.c2508 int site_scope) in sctp_is_address_in_scope() argument
2554 if ((site_scope == 0) && in sctp_is_address_in_scope()
2760 stcb->asoc.site_scope) == 0) { in sctp_send_initiate()
2786 stcb->asoc.site_scope) == 0) { in sctp_send_initiate()
2811 stcb->asoc.site_scope) == 0) { in sctp_send_initiate()
2836 stcb->asoc.site_scope) == 0) { in sctp_send_initiate()
3359 stc.site_scope = stc.local_scope = stc.loopback_scope = 0; in sctp_send_initiate_ack()
3439 stc.site_scope = 1; in sctp_send_initiate_ack()
3459 stc.site_scope = 1; in sctp_send_initiate_ack()
3475 stc.site_scope in sctp_send_initiate_ack()
[all...]
H A Dsctp_pcb.c2386 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2395 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2418 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2429 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2435 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2444 stcb->asoc.site_scope = 1; in sctp_add_remote_addr()
2455 (stcb->asoc.site_scope == 0)) { in sctp_add_remote_addr()
H A Dsctp_usrreq.c915 int loopback_scope, ipv4_local_scope, local_scope, site_scope, actual; in sctp_fill_up_addresses() local
926 site_scope = stcb->asoc.site_scope; in sctp_fill_up_addresses()
930 site_scope = 1; in sctp_fill_up_addresses()
1011 if ((site_scope == 0) && in sctp_fill_up_addresses()
H A Dsctp_input.c1510 asoc->site_scope = cookie->site_scope; in sctp_process_cookie_new()
1608 initack_src, cookie->local_scope, cookie->site_scope, in sctp_process_cookie_new()