Home
last modified time | relevance | path

Searched refs:tb_hdr (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c1054 ackbuf.tb_hdr.th_opcode = in tftpd_sendfile()
1055 ntohs((ushort_t)ackbuf.tb_hdr.th_opcode); in tftpd_sendfile()
1056 ackbuf.tb_hdr.th_block = in tftpd_sendfile()
1057 ntohs((ushort_t)ackbuf.tb_hdr.th_block); in tftpd_sendfile()
1059 if (ackbuf.tb_hdr.th_opcode == ERROR) { in tftpd_sendfile()
1063 ackbuf.tb_hdr.th_code); in tftpd_sendfile()
1067 ackbuf.tb_hdr.th_msg); in tftpd_sendfile()
1073 if (ackbuf.tb_hdr.th_opcode == ACK) { in tftpd_sendfile()
1077 ackbuf.tb_hdr.th_block); in tftpd_sendfile()
1078 if (ackbuf.tb_hdr.th_block == 0) in tftpd_sendfile()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c115 return (&bfs[0].buf.tb_hdr); in rw_init()
134 *dpp = &b->buf.tb_hdr; /* set caller's ptr */ in readit()
156 dp = &b->buf.tb_hdr; in read_ahead()
201 *dpp = &bfs[current].buf.tb_hdr; in writeit()
228 dp = &b->buf.tb_hdr; in write_behind()
H A Dtftp.c130 ap = &ackbuf.tb_hdr; in tftp_sendfile()
258 ap = &ackbuf.tb_hdr; in tftp_recvfile()
591 oackp = &oackbuf->tb_hdr; in process_oack()
627 tp = &ackbuf.tb_hdr; in nak()
/illumos-gate/usr/src/cmd/cmd-inet/common/
H A Dtftpcommon.h55 struct tftphdr tb_hdr; member
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Dfip.h400 uint8_t tb_hdr; member
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_fip.c964 if (desc_tbl->tb_hdr & FIP_TB_HDR_FIRST) { in eib_fip_parse_vhub_table()
997 (desc_tbl->tb_hdr & FIP_TB_HDR_LAST)) { in eib_fip_parse_vhub_table()
1053 if (desc_tbl->tb_hdr & FIP_TB_HDR_LAST) { in eib_fip_parse_vhub_table()