Home
last modified time | relevance | path

Searched refs:event_flags (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tests/skywalk/
H A Dskt_netifdirect.c516 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_IFADV) != 0) { in skt_netif_send_and_receive()
522 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_CHANNEL) != 0) { in skt_netif_send_and_receive()
641 if (event_flags & SKT_NETIF_DIRECT_EVFLAG_EXPIRY) { in skt_netif_send_and_receive()
708 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_IFADV) != 0) { in skt_netif_send_and_receive()
726 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_CHANNEL) != 0) { in skt_netif_send_and_receive()
727 if ((event_flags & SKT_NETIF_DIRECT_EVFLAG_EXPIRY) != 0) { in skt_netif_send_and_receive()
753 uint32_t event_flags = 0; in skt_netifdirect_xfer_ipv6() local
815 event_flags |= SKT_NETIF_DIRECT_EVFLAG_IFADV; in skt_netifdirect_xfer_ipv6()
821 event_flags |= SKT_NETIF_DIRECT_EVFLAG_IFADV; in skt_netifdirect_xfer_ipv6()
826 event_flags |= SKT_NETIF_DIRECT_EVFLAG_CHANNEL; in skt_netifdirect_xfer_ipv6()
[all …]
H A Dskt_xfer.c1583 uint32_t event_flags, bool ifadv_enabled) in send_and_receive() argument
1612 if ((event_flags & SKT_FSW_EVFLAG_IFADV) != 0) { in send_and_receive()
1618 if ((event_flags & SKT_FSW_EVFLAG_CHANNEL) != 0) { in send_and_receive()
1755 if ((event_flags & SKT_FSW_EVFLAG_IFADV) != 0) { in send_and_receive()
1762 if ((event_flags & SKT_FSW_EVFLAG_CHANNEL) != 0) { in send_and_receive()
2715 uint32_t event_flags = 0; in skt_xfer_udp_common() local
2820 event_flags |= SKT_FSW_EVFLAG_IFADV; in skt_xfer_udp_common()
2826 event_flags |= SKT_FSW_EVFLAG_IFADV; in skt_xfer_udp_common()
2832 event_flags |= SKT_FSW_EVFLAG_CHANNEL; in skt_xfer_udp_common()
2844 event_flags, ifadv_enabled); in skt_xfer_udp_common()
/xnu-11215/bsd/net/
H A Dntstat.h1035 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); \
1071 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); member
1078 nstat_event_flags_t event_flags __attribute__((aligned(sizeof(u_int64_t)))); \
H A Dntstat.c5579 counts.event_flags = 0; in nstat_client_send_counts()
5614 counts.event_flags = 0; in nstat_client_append_counts()
5665 desc->event_flags = 0; in nstat_client_send_description()
5704 desc->event_flags = 0; in nstat_client_append_description()
5792 desc->event_flags = event; in nstat_client_send_update()
5922 desc->event_flags = 0; in nstat_client_append_update()