Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ipf/tools/
H A Dipmon.c991 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 Dieeefp.h242 ipoff, /* %eip register */ member
/titanic_44/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.c880 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 DP32ton.c278 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 Dproc_ia32dep.c492 mdb_printf("ipoff %a\n", fps.ipoff); in pt_fpregs()