Searched refs:ip6_fw_64 (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c199 static void cp_to_user_64( struct ip6_fw_64 *userrule_64, struct ip6_fw *rule);
200 static void cp_from_user_64( struct ip6_fw_64 *userrule_64, struct ip6_fw *rule);
1163 cp_to_user_64( struct ip6_fw_64 *userrule_64, struct ip6_fw *rule)
1192 cp_from_user_64( struct ip6_fw_64 *userrule_64, struct ip6_fw *rule)
1293 userrulesize = sizeof( struct ip6_fw_64 );
1307 struct ip6_fw_64 userrule_64;
1338 rulesize = sizeof(struct ip6_fw_64 );
1356 cp_to_user_64( (struct ip6_fw_64*)bp, fcp->rule);
1406 struct ip6_fw_64 userrule_64;
H A Dip6_fw.h188 struct ip6_fw_64 { struct

Completed in 20 milliseconds