Searched refs:ipoff (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dieeefp.h242 ipoff, /* %eip register */ member in struct:_fpstate
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c987 int i, v, lvl, res, len, off, plen, ipoff, defaction; local
1101 ipoff = 0;
1114 ipoff = ip->ip_off;
1115 off = ipoff & IP_OFFMASK;
1185 ipoff = ntohs(ipc->ip_off);
1188 if (!(ipoff & IP_OFFMASK) &&
1203 } else if (!(ipoff & IP_OFFMASK) &&
1225 if (ipoff & IP_OFFMASK) {
1230 (ipoff & IP_OFFMASK) << 3,
1231 ipoff
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1660 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 Dfil.c879 int ipoff; local
881 ipoff = (char *)fin->fin_ip - MTOD(fin->fin_m, char *);
888 * We don't do 'plen += ipoff;' here. The fr_pullup() will
891 if (M_LEN(fin->fin_m) < plen + ipoff) {
/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c278 dst64->rip = src32->ipoff;
607 dst32->ipoff = (unsigned int)src64->rip;
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c492 mdb_printf("ipoff %a\n", fps.ipoff);

Completed in 80 milliseconds