HomeSort by relevance Sort by last modified time
    Searched defs:htype (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mail/
copylet.c 92 int htype; /* header type */ local
120 htype = isheader (buf, &ctf);
121 Dout(pn, 5, "loop 1: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag);
122 if (htype == H_CLEN) {
124 savehdrs(buf,htype);
132 if (htype != FALSE) {
259 if (printhdr (type, htype, hptr, f) < 0) {
263 if (sel_disp(type, htype, buf) >= 0)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/arp/
arp.c 94 uint16_t htype, ptype, op; local
106 mdb_nhconvert(&htype, arp.arh.arh_hardware, sizeof (htype));
110 switch (htype) {
124 mdb_printf("%?p: ar$hrd %x (%s)\n", addr, htype, cp);
  /onnv/onnv-gate/usr/src/cmd/strings/
strings.c 181 int htype; local
310 htype = NOTOUT;
314 htype = ismagic(hsize, &ahdr, stdin);
316 switch (htype) {
  /onnv/onnv-gate/usr/src/uts/common/netinet/
dhcp.h 184 uint8_t htype; /* Hardware address type */ member in struct:dhcp

Completed in 1080 milliseconds