Searched refs:ipver (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule_inet.c | 373 uint8_t mask = 0, ipver, proto; in inet_traffic_rule_validate() local 402 ipver = tdi->inet_ipver; in inet_traffic_rule_validate() 403 if (ipver != IPVERSION && ipver != IPV6_VERSION) { in inet_traffic_rule_validate() 404 SK_ERR("invalid inet ipver: 0x%x", ipver); in inet_traffic_rule_validate() 413 if (ipver == IPVERSION) { in inet_traffic_rule_validate() 426 if (ipver == IPVERSION) { in inet_traffic_rule_validate()
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 191 uint8_t ipver; member 332 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, 335 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport,
|
| H A D | skywalk_test_utils.c | 2462 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_tcp_frames() argument 2482 if (ipver == IPVERSION) { in sktu_create_tcp_frames() 2502 if (ipver == IPVERSION) { in sktu_create_tcp_frames() 2519 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_udp_frames() argument 2534 if (ipver == IPVERSION) { in sktu_create_udp_frames() 2567 if (ipver == IPVERSION) { in sktu_create_udp_frames() 2596 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_udp_flow_input_frames() 2608 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_udp_flow_output_frames() 2619 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_tcp_flow_input_frames() 2631 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_tcp_flow_output_frames() [all …]
|