Searched refs:ipver (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skywalk_test_utils.h | 190 uint8_t ipver; member 334 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, 337 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport,
|
| H A D | skywalk_test_utils.c | 2483 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_tcp_frames() argument 2503 if (ipver == IPVERSION) { in sktu_create_tcp_frames() 2523 if (ipver == IPVERSION) { in sktu_create_tcp_frames() 2540 uint8_t ipver, void *src_ip, void *dst_ip, uint16_t sport, uint16_t dport, in sktu_create_udp_frames() argument 2555 if (ipver == IPVERSION) { in sktu_create_udp_frames() 2588 if (ipver == IPVERSION) { in sktu_create_udp_frames() 2617 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_udp_flow_input_frames() 2629 n = sktu_create_udp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_udp_flow_output_frames() 2640 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->dst_ip, in _sktu_create_tcp_flow_input_frames() 2652 n = sktu_create_tcp_frames(frames, n, flow->ipver, flow->src_ip, in _sktu_create_tcp_flow_output_frames() [all …]
|
| /xnu-11417.121.6/bsd/skywalk/nexus/ |
| H A D | nexus_traffic_rule.c | 679 uint8_t mask = 0, ipver, proto; in inet_traffic_rule_validate() local 708 ipver = tdi->inet_ipver; in inet_traffic_rule_validate() 709 if (ipver != IPVERSION && ipver != IPV6_VERSION) { in inet_traffic_rule_validate() 710 SK_ERR("invalid inet ipver: 0x%x", ipver); in inet_traffic_rule_validate() 719 if (ipver == IPVERSION) { in inet_traffic_rule_validate() 732 if (ipver == IPVERSION) { in inet_traffic_rule_validate()
|