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

/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_inode.c183 struct inode *oip; local
202 oip = VTOI(ovp);
203 fs = oip->i_fs;
210 oip->i_size < ovp->v_mount->mnt_maxsymlinklen) {
215 bzero((char *)&oip->i_shortlink, (u_int)oip->i_size);
216 oip->i_size = 0;
217 oip->i_flag |= IN_CHANGE | IN_UPDATE;
221 if (oip->i_size == length) {
222 oip
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_icmp.c192 struct ip *oip = mtod(n, struct ip *), *nip; local
193 unsigned oiplen = IP_VHL_HL(oip->ip_vhl) << 2;
200 printf("icmp_error(%p, %x, %d)\n", oip, type, code);
209 if (oip->ip_off &~ (IP_MF|IP_DF))
211 if (oip->ip_p == IPPROTO_ICMP && type != ICMP_REDIRECT &&
213 !ICMP_INFOTYPE(((struct icmp *)((caddr_t)oip + oiplen))->icmp_type)) {
235 icmplen = min(oiplen + 8, oip->ip_len);
286 bcopy((caddr_t)oip, (caddr_t)nip, sizeof(struct ip));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c2149 struct ip *oip; local
2207 oip = mtod(n, struct ip *);
2212 oip = mtod(m->m_next, struct ip *);
2215 ovbcopy((caddr_t)ip, (caddr_t)oip, hlen);
2221 ip_ecn_ingress(ip4_ipsec_ecn, &ip->ip_tos, &oip->ip_tos);
2396 // ip_ecn_ingress(ip4_ipsec_ecn, &ip->ip_tos, &oip->ip_tos);
3636 struct ip *oip; local
3652 oip = mtod(m, struct ip *);
3654 hlen = _IP_VHL_HL(oip->ip_vhl) << 2;
3656 hlen = oip
[all...]

Completed in 81 milliseconds