/src/sys/arch/sgimips/dev/ |
scn.c | 679 int oic, ooc; /* other input, output codes */ local in function:scn_config 691 oic = scniter(&oi, ocp->ispeed, &counter, &mode, NULL, c92); 692 if (oic == -1) 714 dp->chan[other].icode = oic;
|
scn.c | 679 int oic, ooc; /* other input, output codes */ local in function:scn_config 691 oic = scniter(&oi, ocp->ispeed, &counter, &mode, NULL, c92); 692 if (oic == -1) 714 dp->chan[other].icode = oic;
|
/src/sys/external/bsd/ipf/netinet/ |
ip_state.c | 4368 struct icmp6_hdr *ic6, *oic; local in function:ipf_checkicmp6matchingstate 4436 oic = ofin.fin_dp; 4444 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { 4458 hv += oic->icmp6_id; 4459 hv += oic->icmp6_seq; 4469 (oic->icmp6_id == ic->ici_id) && 4470 (oic->icmp6_seq == ic->ici_seq) && 4479 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || 4480 (ic->ici_type - 1 == oic->icmp6_type )) { 4517 oic = (struct icmp6_hdr *)(oip6 + 1) [all...] |
ip_state.c | 4368 struct icmp6_hdr *ic6, *oic; local in function:ipf_checkicmp6matchingstate 4436 oic = ofin.fin_dp; 4444 if (!(oic->icmp6_type & ICMP6_INFOMSG_MASK)) { 4458 hv += oic->icmp6_id; 4459 hv += oic->icmp6_seq; 4469 (oic->icmp6_id == ic->ici_id) && 4470 (oic->icmp6_seq == ic->ici_seq) && 4479 (oic->icmp6_type == ICMP6_ECHO_REQUEST)) || 4480 (ic->ici_type - 1 == oic->icmp6_type )) { 4517 oic = (struct icmp6_hdr *)(oip6 + 1) [all...] |