Searched refs:f_id (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_fw2.c1147 (args->f_id.src_ip), (args->f_id.src_port),
1148 (args->f_id.dst_ip), (args->f_id.dst_port) );)
1150 q = lookup_dyn_rule(&args->f_id, NULL, NULL);
1176 add_dyn_rule(&args->f_id, O_KEEP_STATE, rule);
1190 id.proto = args->f_id.proto;
1193 id.src_ip = args->f_id.src_ip;
1195 id.dst_ip = args->f_id.dst_ip;
1197 id.src_port = args->f_id
[all...]
H A Dip_fw2.h458 struct ipfw_flow_id f_id; /* grabbed from IP header */ member in struct:ip_fw_args
H A Dip_dummynet.c1207 q = find_queue(fs, &(fwa->f_id));

Completed in 79 milliseconds