OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv4_scope
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_output.c
319
sctp_is_v4_ifa_addr_prefered (struct ifaddr *ifa, uint8_t loopscope, uint8_t
ipv4_scope
, uint8_t *sin_loop, uint8_t *sin_local)
372
if (!
ipv4_scope
&& *sin_local) {
376
if (((
ipv4_scope
== 0) && (loopscope == 0)) && (*sin_local)) {
385
sctp_is_v4_ifa_addr_acceptable (struct ifaddr *ifa, uint8_t loopscope, uint8_t
ipv4_scope
, uint8_t *sin_loop, uint8_t *sin_local)
531
uint8_t
ipv4_scope
,
548
sin = sctp_is_v4_ifa_addr_prefered (ifa, loopscope,
ipv4_scope
, &sin_loop, &sin_local);
557
sin = sctp_is_v4_ifa_addr_acceptable (ifa, loopscope,
ipv4_scope
, &sin_loop, &sin_local);
573
sin = sctp_is_v4_ifa_addr_prefered (laddr->ifa, loopscope,
ipv4_scope
, &sin_loop, &sin_local);
587
sin = sctp_is_v4_ifa_addr_acceptable (laddr->ifa, loopscope,
ipv4_scope
, &sin_loop, &sin_local);
611
uint8_t
ipv4_scope
,
1083
uint8_t
ipv4_scope
, loopscope;
local
[
all
...]
sctp_header.h
178
u_int8_t
ipv4_scope
; /* IPv4 private addr scope */
member in struct:sctp_state_cookie
sctp_asconf.c
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_input.c
1509
asoc->ipv4_local_scope = cookie->
ipv4_scope
;
1609
cookie->
ipv4_scope
, cookie->loopback_scope);
Completed in 21 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026