Searched refs:ipoff (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 991 int i, v, lvl, res, len, off, plen, ipoff, defaction; local 1105 ipoff = 0; 1118 ipoff = ip->ip_off; 1119 off = ipoff & IP_OFFMASK; 1189 ipoff = ntohs(ipc->ip_off); 1192 if (!(ipoff & IP_OFFMASK) && 1207 } else if (!(ipoff & IP_OFFMASK) && 1229 if (ipoff & IP_OFFMASK) { 1234 (ipoff & IP_OFFMASK) << 3, 1235 ipoff & IP_MF ? "+" : "", [all …]
|
/titanic_44/usr/src/head/ |
H A D | ieeefp.h | 242 ipoff, /* %eip register */ member
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1660 int out = fin->fin_out, dpoff, ipoff; local 1673 ipoff = fin->fin_ipoff; 1679 if (M_LEN(m) < len + ipoff) { 1688 if (ipoff > 0) { 1689 if ((ipoff & 3) != 0) { 1690 inc = 4 - (ipoff & 3); 1721 if (pullupmsg(m, len + ipoff + inc) == 0) { 1738 ip = MTOD(m, char *) + ipoff;
|
H A D | fil.c | 880 int ipoff; local 882 ipoff = (char *)fin->fin_ip - MTOD(fin->fin_m, char *); 892 if (M_LEN(fin->fin_m) < plen + ipoff) {
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | P32ton.c | 278 dst64->rip = src32->ipoff; in prfpregset_32_to_n() 607 dst32->ipoff = (unsigned int)src64->rip; in prfpregset_n_to_32()
|
/titanic_44/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 492 mdb_printf("ipoff %a\n", fps.ipoff); in pt_fpregs()
|