Searched refs:htype (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/mail/
H A Ddumpaff.c33 void dumpaff (type, htype, didafflines, suppress, f)
35 register int htype;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didafflines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didafflines, *suppress);
52 switch (htype) {
67 if ((htype >= 0) && (affspot != htype)) {
68 Dout(pn, 15, "\thtype < 0 || affspot != htype, *suppres
[all...]
H A Ddumprcv.c33 void dumprcv (type, htype, didrcvlines, suppress, f)
35 register int htype;
44 Dout(pn, 15, "type=%d, htype=%d/%s, *didrcvlines=%d, *suppress=%d\n", type, htype, htype >= 0 ? header[htype].tag : "None", *didrcvlines, *suppress);
52 if (htype == H_RECEIVED) {
60 if ((htype >= 0) && (rcvspot != htype)) {
61 Dout(pn, 15, "\thtype < 0 || rcvspot != htype, *suppres
[all...]
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...]
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);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/strings/
H A Dstrings.c181 int htype; local
310 htype = NOTOUT;
314 htype = ismagic(hsize, &ahdr, stdin);
316 switch (htype) {
/opensolaris-onvv-gate/usr/src/uts/common/netinet/
H A Ddhcp.h184 uint8_t htype; /* Hardware address type */ member in struct:dhcp
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c157 (void) sprintf(get_line((char *)(uintptr_t)dp->htype -
159 "Hardware address type (htype) = %d (%s)", dp->htype,
160 arp_htype(dp->htype));
187 if (dp->htype == 1) {
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c976 process_miniroot(http_handle_t handle, hash_type_t htype, argument
985 if (htype == HASH_HMAC_SHA1) {
1000 miniroot_size, offset, (htype == HASH_NONE) ? NULL : &sha)) != 0) {
1004 if (htype != HASH_NONE) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Dinterfaces.c109 alp->pkt->htype != blp->pkt->htype ||
1407 * such media by their htype, and rely on
1411 ((pp->htype == ARPHRD_IB) ||
H A Dgeneric.c79 *cid++ = plp->pkt->htype;
H A Dmain.c783 pkt->htype = srcpktp->htype;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c260 v4->htype = pif->pif_hwtype;
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c138 p->htype = mac_arp_type(mac_get_type());
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/
H A Dtest_client.c1281 request.htype = 1; /* Ethernet */
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip.c15142 ipobs_hook(mblk_t *mp, int htype, zoneid_t zsrc, zoneid_t zdst, argument
15169 hdr->hpo_htype = htons(htype);

Completed in 240 milliseconds