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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c201 static void cp_to_user_32( struct ip6_fw_32 *userrule_32, struct ip6_fw *rule);
202 static void cp_from_user_32( struct ip6_fw_32 *userrule_32, struct ip6_fw *rule);
1221 cp_to_user_32( struct ip6_fw_32 *userrule_32, struct ip6_fw *rule)
1250 cp_from_user_32( struct ip6_fw_32 *userrule_32, struct ip6_fw *rule)
1295 userrulesize = sizeof( struct ip6_fw_32 );
1315 struct ip6_fw_32 userrule_32;
1340 rulesize = sizeof(struct ip6_fw_32 );
1359 cp_to_user_32( (struct ip6_fw_32*)bp, fcp->rule);
1411 struct ip6_fw_32 userrule_32;
H A Dip6_fw.h155 struct ip6_fw_32 { struct

Completed in 20 milliseconds