Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mail/
H A Dcopylet.c91 int htype; /* header type */ in xxxcopylet() local
118 htype = isheader (buf, &ctf); in xxxcopylet()
119 Dout(pn, 5, "loop 1: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); in xxxcopylet()
120 if (htype == H_CLEN) { in xxxcopylet()
122 savehdrs(buf,htype); in xxxcopylet()
130 if (htype != FALSE) { in xxxcopylet()
268 if (htype == H_DATE) { in xxxcopylet()
298 Dout(pn, 5, "loop 2: buf = %s, htype= %d/%s\n", buf, htype, header[htype].tag); in xxxcopylet()
300 switch (htype) { in xxxcopylet()
311 savehdrs(buf,htype); 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);
/illumos-gate/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()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c179 int htype; local
308 htype = NOTOUT;
312 htype = ismagic(hsize, &ahdr, stdin);
314 switch (htype) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_dhcp.c159 (void) sprintf(get_line((char *)(uintptr_t)dp->htype - in interpret_dhcp()
161 "Hardware address type (htype) = %d (%s)", dp->htype, in interpret_dhcp()
162 arp_htype(dp->htype)); in interpret_dhcp()
189 if (dp->htype == 1) { in interpret_dhcp()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c385 uint8_t htype, cap_off, max_cap = PCI_CAP_MAX_PTR; in pci_prop_data_fill() local
408 htype = pci_prop_get8(acc, prop, PCI_CONF_HEADER); in pci_prop_data_fill()
409 prop->ppd_header = htype & PCI_HEADER_TYPE_M; in pci_prop_data_fill()
410 if ((htype & PCI_HEADER_MULTI) != 0) { in pci_prop_data_fill()
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h190 uint8_t htype; /* Hardware address type */ member
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c138 p->htype = mac_arp_type(mac_get_type()); in set_hw_spec_data()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c261 v4->htype = pif->pif_hwtype; in init_pkt()
H A DREADME.v6804 'htype' field.
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c15229 ipobs_hook(mblk_t *mp, int htype, zoneid_t zsrc, zoneid_t zdst, in ipobs_hook() argument
15256 hdr->hpo_htype = htons(htype); in ipobs_hook()