/titanic_50/usr/src/cmd/mail/ |
H A D | copylet.c | 92 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 D | dumprcv.c | 33 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 D | dumpaff.c | 33 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 D | mail.h | 297 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_50/usr/src/cmd/mdb/common/modules/arp/ |
H A D | arp.c | 94 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_50/usr/src/cmd/strings/ |
H A D | strings.c | 181 int htype; local 310 htype = NOTOUT; 314 htype = ismagic(hsize, &ahdr, stdin); 316 switch (htype) {
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_dhcp.c | 157 (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_50/usr/src/uts/common/netinet/ |
H A D | dhcp.h | 184 uint8_t htype; /* Hardware address type */ member
|
/titanic_50/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 975 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_50/usr/src/stand/lib/inet/ |
H A D | dhcpv4.c | 138 p->htype = mac_arp_type(mac_get_type()); in set_hw_spec_data()
|
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 260 v4->htype = pif->pif_hwtype; in init_pkt()
|
H A D | README.v6 | 806 'htype' field.
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 15176 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()
|