Searched refs:loopback_scope (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_output.c | 1152 loopscope = stcb->asoc.loopback_scope; in sctp_ipv4_source_address_selection() 2110 (stcb->asoc.loopback_scope)) { in sctp_lowlevel_chunk_output() 2505 int loopback_scope, in sctp_is_address_in_scope() argument 2510 if ((loopback_scope == 0) && (ifa->ifa_ifp->if_type == IFT_LOOP)) { in sctp_is_address_in_scope() 2745 if ((stcb->asoc.loopback_scope == 0) && in sctp_send_initiate() 2748 * Skip loopback devices if loopback_scope in sctp_send_initiate() 2757 stcb->asoc.loopback_scope, in sctp_send_initiate() 2771 if ((stcb->asoc.loopback_scope == 0) && in sctp_send_initiate() 2774 * Skip loopback devices if loopback_scope in sctp_send_initiate() 2783 stcb->asoc.loopback_scope, in sctp_send_initiate() [all...] |
H A D | sctp_header.h | 179 u_int8_t loopback_scope; /* loopback scope information */ member
|
H A D | sctp_asconf.c | 2130 if (stcb->asoc.loopback_scope == 0 && ifn->if_type == IFT_LOOP) { 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 2795 if (loopback_scope == 0 && ifn->if_type == IFT_LOOP) { in sctp_check_address_list_all() 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 D | sctp_structs.h | 627 u_int8_t loopback_scope; member
|
H A D | sctp_usrreq.c | 915 int loopback_scope, ipv4_local_scope, local_scope, site_scope, actual; in sctp_fill_up_addresses() local 923 loopback_scope = stcb->asoc.loopback_scope; in sctp_fill_up_addresses() 929 loopback_scope = ipv4_local_scope = local_scope = in sctp_fill_up_addresses() 953 if ((loopback_scope == 0) && in sctp_fill_up_addresses() 955 /* Skip loopback if loopback_scope not set */ in sctp_fill_up_addresses()
|
H A D | sctp_pcb.c | 2383 stcb->asoc.loopback_scope = 1; in sctp_add_remote_addr() 2392 stcb->asoc.loopback_scope = 1; in sctp_add_remote_addr() 2415 stcb->asoc.loopback_scope = 1; in sctp_add_remote_addr() 2441 stcb->asoc.loopback_scope = 1; in sctp_add_remote_addr() 2449 (stcb->asoc.loopback_scope == 0)) { in sctp_add_remote_addr()
|
H A D | sctp_input.c | 1512 asoc->loopback_scope = cookie->loopback_scope; in sctp_process_cookie_new() 1609 cookie->ipv4_scope, cookie->loopback_scope); in sctp_process_cookie_new()
|