Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/cmd/mail/
H A Dcopylet.c92 int htype; /* header type */ in xxxcopylet() local
120 htype = isheader (buf, &ctf); in xxxcopylet()
121 Dout(pn, 5, "loop 1: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); in xxxcopylet()
122 if (htype == H_CLEN) { in xxxcopylet()
124 savehdrs(buf,htype); in xxxcopylet()
132 if (htype != FALSE) { in xxxcopylet()
259 if (printhdr (type, htype, hptr, f) < 0) { in xxxcopylet()
263 if (sel_disp(type, htype, buf) >= 0) { in xxxcopylet()
270 if (htype == H_DATE) { in xxxcopylet()
271 dumprcv(type, htype,&didrcvlines,&suppress,f); in xxxcopylet()
[all …]
H A Ddumprcv.c33 void dumprcv (type, htype, didrcvlines, suppress, f) in dumprcv() argument
35 register int htype;
44 …pe=%d, htype=%d/%s, *didrcvlines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag …
52 if (htype == H_RECEIVED) {
60 if ((htype >= 0) && (rcvspot != htype)) {
H A Ddumpaff.c33 void dumpaff (type, htype, didafflines, suppress, f) in dumpaff() argument
35 register int htype;
44 …pe=%d, htype=%d/%s, *didafflines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag …
52 switch (htype) {
67 if ((htype >= 0) && (affspot != htype)) {
H A Dmail.h297 extern void dumpaff(int type, int htype, int *didafflines, int *suppress, FILE *f);
298 extern void dumprcv(int type, int htype, int *didrcvlines, int *suppress, FILE *f);
/titanic_44/usr/src/cmd/mdb/common/modules/arp/
H A Darp.c94 uint16_t htype, ptype, op; in arphdr_cmd() local
106 mdb_nhconvert(&htype, arp.arh.arh_hardware, sizeof (htype)); in arphdr_cmd()
110 switch (htype) { in arphdr_cmd()
124 mdb_printf("%?p: ar$hrd %x (%s)\n", addr, htype, cp); in arphdr_cmd()
/titanic_44/usr/src/cmd/strings/
H A Dstrings.c181 int htype; local
310 htype = NOTOUT;
314 htype = ismagic(hsize, &ahdr, stdin);
316 switch (htype) {
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c157 (void) sprintf(get_line((char *)(uintptr_t)dp->htype - in interpret_dhcp()
159 "Hardware address type (htype) = %d (%s)", dp->htype, in interpret_dhcp()
160 arp_htype(dp->htype)); in interpret_dhcp()
187 if (dp->htype == 1) { in interpret_dhcp()
/titanic_44/usr/src/uts/common/netinet/
H A Ddhcp.h184 uint8_t htype; /* Hardware address type */ member
/titanic_44/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c975 process_miniroot(http_handle_t handle, hash_type_t htype, in process_miniroot() argument
984 if (htype == HASH_HMAC_SHA1) { in process_miniroot()
999 miniroot_size, offset, (htype == HASH_NONE) ? NULL : &sha)) != 0) { in process_miniroot()
1003 if (htype != HASH_NONE) { in process_miniroot()
/titanic_44/usr/src/stand/lib/inet/
H A Ddhcpv4.c138 p->htype = mac_arp_type(mac_get_type()); in set_hw_spec_data()
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c260 v4->htype = pif->pif_hwtype; in init_pkt()
H A DREADME.v6806 'htype' field.
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip.c15176 ipobs_hook(mblk_t *mp, int htype, zoneid_t zsrc, zoneid_t zdst, in ipobs_hook() argument
15203 hdr->hpo_htype = htons(htype); in ipobs_hook()