Searched defs:htype (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c92 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, bu
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c94 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);
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c181 int htype; local
310 htype = NOTOUT;
314 htype = ismagic(hsize, &ahdr, stdin);
316 switch (htype) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c975 process_miniroot(http_handle_t handle, hash_type_t htype, argument
984 if (htype == HASH_HMAC_SHA1) {
999 miniroot_size, offset, (htype == HASH_NONE) ? NULL : &sha)) != 0) {
1003 if (htype != HASH_NONE) {
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h184 uint8_t htype; /* Hardware address type */ member in struct:dhcp
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c15176 ipobs_hook(mblk_t *mp, int htype, zoneid_t zsrc, zoneid_t zdst, argument
15203 hdr->hpo_htype = htons(htype);

Completed in 131 milliseconds