Searched refs:_dst (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/packet/ |
| H A D | os_packet_private.h | 75 struct in_addr _dst; member 79 struct in6_addr _dst; member 144 #define flow_ipv4_dst flow_l3._l3_ipv4._dst 147 #define flow_ipv6_dst flow_l3._l3_ipv6._dst 176 in_port_t _dst; member 196 in_port_t _dst; member 212 #define flow_tcp_dst flow_l4._l4_tcp._dst 223 #define flow_udp_dst flow_l4._l4_udp._dst
|
| H A D | packet_var.h | 257 #define _UUID_COPY(_dst, _src) do { \ argument 259 sk_copy64_16((uint64_t *)(void *)_src, (uint64_t *)(void *)_dst); \
|
| /xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_classifier.c | 125 static_assert((offsetof(struct __flow_l3_ipv4_addrs, _dst) - in flow_pkt_classify() 130 static_assert((offsetof(struct __flow_l3_ipv6_addrs, _dst) - in flow_pkt_classify() 137 static_assert((offsetof(struct __flow_l4_tcp, _dst) - in flow_pkt_classify()
|
| /xnu-12377.41.6/bsd/skywalk/channel/ |
| H A D | channel_var.h | 629 #define _USD_COPY(_src, _dst) do { \ argument 631 sk_copy64_8((uint64_t *)(void *)_src, (uint64_t *)(void *)_dst); \ 641 #define _KSD_COPY(_src, _dst) do { \ argument 643 sk_copy64_8((uint64_t *)(void *)_src, (uint64_t *)(void *)_dst); \
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | chunklist.c | 83 key_byteswap(void *_dst, const void *_src, size_t len) in key_byteswap() argument 85 uint32_t *dst __attribute__((align_value(1))) = _dst; in key_byteswap()
|