HomeSort by: relevance | last modified time | path
    Searched refs:site_scope (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/netinet/
sctp_header.h 177 u_int8_t site_scope; /* IPv6 site scope flag */ member in struct:sctp_state_cookie
sctp_structs.h 625 u_int8_t site_scope; member in struct:sctp_association
sctp_asconf.c 1709 if (stcb->asoc.site_scope == 0 &&
2174 if (stcb->asoc.site_scope == 0 &&
2786 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope)
2836 uint16_t site_scope, uint16_t ipv4_scope, uint16_t loopback_scope)
2845 local_scope, site_scope, ipv4_scope, loopback_scope);
sctp_pcb.c 2386 stcb->asoc.site_scope = 1;
2395 stcb->asoc.site_scope = 1;
2418 stcb->asoc.site_scope = 1;
2429 stcb->asoc.site_scope = 1;
2435 stcb->asoc.site_scope = 1;
2444 stcb->asoc.site_scope = 1;
2455 (stcb->asoc.site_scope == 0)) {
sctp_output.c 2508 int site_scope)
2554 if ((site_scope == 0) &&
2760 stcb->asoc.site_scope) == 0) {
2786 stcb->asoc.site_scope) == 0) {
2811 stcb->asoc.site_scope) == 0) {
2836 stcb->asoc.site_scope) == 0) {
3359 stc.site_scope = stc.local_scope = stc.loopback_scope = 0;
3439 stc.site_scope = 1;
3459 stc.site_scope = 1;
3475 stc.site_scope = 1
    [all...]
sctp_usrreq.c 915 int loopback_scope, ipv4_local_scope, local_scope, site_scope, actual; local
926 site_scope = stcb->asoc.site_scope;
930 site_scope = 1;
1011 if ((site_scope == 0) &&
sctp_input.c 1510 asoc->site_scope = cookie->site_scope;
1608 initack_src, cookie->local_scope, cookie->site_scope,

Completed in 63 milliseconds