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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2_compat.c1243 compat_rule->fw_fwd_ip_compat.sin_len = p->sa.sin_len;
1244 compat_rule->fw_fwd_ip_compat.sin_family = p->sa.sin_family;
1245 compat_rule->fw_fwd_ip_compat.sin_port = p->sa.sin_port;
1246 compat_rule->fw_fwd_ip_compat.sin_addr = p->sa.sin_addr;
1581 p->sa.sin_len = compat_rule->fw_fwd_ip_compat.sin_len;
1582 p->sa.sin_family = compat_rule->fw_fwd_ip_compat.sin_family;
1583 p->sa.sin_port = compat_rule->fw_fwd_ip_compat.sin_port;
1584 p->sa.sin_addr = compat_rule->fw_fwd_ip_compat.sin_addr;
H A Dip_fw2_compat.h147 #define fw_fwd_ip_compat fw_un_compat.fu_fwd_ip macro

Completed in 33 milliseconds