Searched refs:is64user (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_fw2_compat.h7 void ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version, int is64user);
8 int ipfw_convert_to_latest(struct sockopt *sopt, struct ip_fw *rule, int api_version, int is64user);
H A Dip_fw2.c3400 int is64user = 0; local
3432 is64user = 1;
3446 if (is64user){
3479 if (is64user){
3506 if ( is64user ){
3584 ipfw_convert_from_latest(bp, rule_vers0, api_version, is64user);
3601 if ( is64user ){
3624 if ( is64user ){
3626 ipfw_convert_from_latest(bp, (void *)rule_vers1, api_version, is64user);
3631 ipfw_convert_from_latest(bp, (void *)rule_vers1, api_version, is64user);
[all...]
H A Dip_dummynet.c2415 dn_calc_size(int is64user) argument
2426 if ( is64user ){
2458 int is64user = 0; local
2467 is64user = 1;
2469 size = dn_calc_size(is64user);
2475 if (size == dn_calc_size(is64user))
2494 if ( is64user ){
H A Dip_fw2_compat.c1566 ipfw_version_latest_to_zero(struct ip_fw *curr_rule, struct ip_old_fw *rule_vers0, int is64user) argument
1569 if ( is64user ){
1629 ipfw_convert_from_latest(struct ip_fw *curr_rule, void *old_rule, u_int32_t api_version, int is64user) argument
1636 ipfw_version_latest_to_zero(curr_rule, rule_vers0, is64user);
1641 if ( is64user )
3221 ipfw_convert_to_latest(struct sockopt *sopt, struct ip_fw *curr_rule, int api_version, int is64user) argument
3236 if ( is64user )
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c1284 int is64user=0; local
1292 is64user = 1;
1306 if (is64user){
1337 if ( is64user )
1355 if ( is64user ){
1405 if (is64user){

Completed in 89 milliseconds