Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 25 of 65) sorted by relevance

123

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c93 dhcp_bound(dhcp_smach_t *dsmp, PKT_LIST *ack) in dhcp_bound() argument
101 if (ack != NULL) { in dhcp_bound()
105 dsmp->dsm_ack = ack; in dhcp_bound()
108 dsmp->dsm_orig_ack = ack; in dhcp_bound()
118 if (ack->opts[CD_DHCP_TYPE] == NULL) in dhcp_bound()
127 (void) memcpy(&new_lease, ack->opts[CD_LEASE_TIME]->value, in dhcp_bound()
132 (void) memcpy(ack->opts[CD_LEASE_TIME]->value, &new_lease, in dhcp_bound()
193 if (ack != NULL && in dhcp_bound()
195 dsmp->dsm_isv6 && !save_server_id(dsmp, ack)) { in dhcp_bound()
252 !save_server_id(dsmp, ack)) { in dhcp_bound()
[all …]
H A Dagent.c765 PKT_LIST *ack = dsmp->dsm_ack; in ipc_event() local
793 opt = dhcpv6_pkt_option(ack, NULL, optnum.code, in ipc_event()
797 opt = ack->opts[optnum.code]; in ipc_event()
812 d6o = dhcpv6_pkt_option(ack, d6o, in ipc_event()
844 opt = ack->vs[optnum.code]; in ipc_event()
851 (dhcpv6_message_t *)ack->pkt; in ipc_event()
890 (caddr_t)ack->pkt + optnum.code, in ipc_event()
926 } else if (ack != dsmp->dsm_orig_ack) { in ipc_event()
932 ack = dsmp->dsm_orig_ack; in ipc_event()
970 PKT_LIST *ack, *oack; in ipc_event() local
[all …]
/titanic_41/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c265 dlpi_msg_t req, ack; in dlpi_info() local
298 DLPI_MSG_CREATE(ack, DL_INFO_ACK); in dlpi_info()
300 retval = i_dlpi_msg_common(dip, &req, &ack, DL_INFO_ACK_SIZE, RS_HIPRI); in dlpi_info()
304 infoackp = &(ack.dlm_msg->info_ack); in dlpi_info()
314 ackendp = (caddr_t)ack.dlm_msg + ack.dlm_msgsz; in dlpi_info()
440 dlpi_msg_t req, ack; in dlpi_bind() local
449 DLPI_MSG_CREATE(ack, DL_BIND_ACK); in dlpi_bind()
466 retval = i_dlpi_msg_common(dip, &req, &ack, DL_BIND_ACK_SIZE, 0); in dlpi_bind()
470 bindackp = &(ack.dlm_msg->bind_ack); in dlpi_bind()
494 dlpi_msg_t req, ack; in dlpi_unbind() local
[all …]
/titanic_41/usr/src/cmd/ssh/sftp/
H A Dsftp-client.c1020 struct outstanding_ack *ack = NULL; in do_upload() local
1097 ack = xmalloc(sizeof(*ack)); in do_upload()
1098 ack->id = ++id; in do_upload()
1099 ack->offset = offset; in do_upload()
1100 ack->len = len; in do_upload()
1101 TAILQ_INSERT_TAIL(&acks, ack, tq); in do_upload()
1105 buffer_put_int(&msg, ack->id); in do_upload()
1115 if (ack == NULL) in do_upload()
1135 for (ack = TAILQ_FIRST(&acks); in do_upload()
1136 ack != NULL && ack->id != r_id; in do_upload()
[all …]
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dtftp.h47 } ack; member
68 } ack; member
H A Dtlan.c536 u32 ack = 1; in tlan_poll() local
575 ack |= TLAN_HC_GO | TLAN_HC_RT; in tlan_poll()
576 host_cmd = TLAN_HC_ACK | ack | 0x001C0000; in tlan_poll()
580 host_cmd = TLAN_HC_ACK | ack | (0x000C0000); in tlan_poll()
621 u32 ack = 0; in tlan_transmit() local
728 && (ack < 255)) { in tlan_transmit()
729 ack++; in tlan_transmit()
737 if(!ack) in tlan_transmit()
744 ack |= TLAN_HC_GO; in tlan_transmit()
749 if(ack) { in tlan_transmit()
[all …]
H A Dfsys_tftp.c194 block = tp.u.ack.block = 0; /* this ensures, that */ in tftp_file_read()
202 block = ntohs(tp.u.ack.block = tr->u.data.block); } in tftp_file_read()
209 tp.u.ack.block = htons(block = prevblock); in tftp_file_read()
374 block = tp.u.ack.block = 0; in buf_fill()
392 block = ntohs (tp.u.ack.block = tr->u.data.block); in buf_fill()
400 tp.u.ack.block = htons (block = prevblock); in buf_fill()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c36 #define ack() (void) write(wrem, "\0\n", 2) macro
125 ack(); in server()
152 ack(); in server()
177 ack(); in server()
193 ack(); in server()
856 ack();
862 ack();
875 ack();
913 ack();
937 ack();
[all …]
/titanic_41/usr/src/cmd/bnu/
H A Dfio.c227 char ack, ibuf[MAXMSGLEN]; local
235 ack = '\0';
245 if ((ack = ibuf[0]) == 'G')
247 DEBUG(4, "ack - '%c'\n", ack);
251 if (ack == 'R') {
/titanic_41/usr/src/uts/common/inet/ilb/
H A Dilb_conn.h65 uint32_t ack; member
141 #define conn_c2s_tcp_ack conn_c2s.conn_tcp_track.ack
159 #define conn_s2c_tcp_ack conn_s2c.conn_tcp_track.ack
/titanic_41/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceTable.java645 SrvLocMsg ack = req.makeReply(existing); in register() local
688 return ack; in register()
807 SrvLocMsg ack = req.makeReply(); in deregister() local
827 return ack; in deregister()
895 SrvLocMsg ack = req.makeReply(types); in findServiceTypes() local
906 return ack; in findServiceTypes()
1001 SrvLocMsg ack = req.makeReply(services, signatures); in findServices() local
1015 return ack; in findServices()
1142 SrvLocMsg ack = req.makeReply(attributes, sig); in findAttributes() local
1157 return ack; in findAttributes()
/titanic_41/usr/src/uts/common/io/dmfe/
H A Ddmfe_mii.c211 boolean_t ack; in dmfe_mii_response() local
218 ack = (tmp & MII_DATA_IN) == 0; in dmfe_mii_response()
234 return (ack ? data : ~0); in dmfe_mii_response()
/titanic_41/usr/src/uts/sun4v/io/
H A Dds_common.c748 ds_init_ack_t *ack; in ds_handle_init_req() local
787 ack = (ds_init_ack_t *)(msg + DS_HDR_SZ); in ds_handle_init_req()
788 ack->minor_vers = MIN(new_minor, req->minor_vers); in ds_handle_init_req()
814 ds_set_port_ready(port, req->major_vers, ack->minor_vers); in ds_handle_init_req()
821 ds_init_ack_t *ack; in ds_handle_init_ack() local
835 ack = (ds_init_ack_t *)(buf + DS_HDR_SZ); in ds_handle_init_ack()
855 minor = MIN(ver->minor, ack->minor_vers); in ds_handle_init_ack()
970 ds_reg_ack_t *ack; in ds_handle_reg_req() local
1119 ack = (ds_reg_ack_t *)(msg + DS_HDR_SZ); in ds_handle_reg_req()
1120 ack->svc_handle = req->svc_handle; in ds_handle_reg_req()
[all …]
/titanic_41/usr/src/uts/common/fs/ctfs/
H A Dctfs_ctl.c193 int ack; in ctfs_ctl_ioctl() local
204 ack = (cmd == CT_CACK) ? CT_ACK : CT_NACK; in ctfs_ctl_ioctl()
205 error = contract_ack(ct, event, ack); in ctfs_ctl_ioctl()
/titanic_41/usr/src/cmd/eqn/eqnchar.d/
H A Dascii1 |000 nul|001 soh|002 stx|003 etx|004 eot|005 enq|006 ack|007 bel|
19 | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1338 struct T_optmgmt_ack ack; in sync_kern() member
1340 } ack; in sync_kern() local
1386 cbuf.buf = (caddr_t)&ack; in sync_kern()
1387 cbuf.maxlen = sizeof (ack); in sync_kern()
1398 ack.ack.PRIM_type != T_OPTMGMT_ACK || in sync_kern()
1399 ack.ack.MGMT_flags != T_SUCCESS || in sync_kern()
1400 ack.ack.OPT_length < sizeof (struct opthdr)) { in sync_kern()
1402 "flags=%d optlen=%d", cbuf.len, ack.ack.PRIM_type, in sync_kern()
1403 ack.ack.MGMT_flags, ack.ack.OPT_length); in sync_kern()
1407 rh = (struct opthdr *)((caddr_t)&ack + ack.ack.OPT_offset); in sync_kern()
/titanic_41/usr/src/uts/sun4v/sys/
H A Dvio_common.h41 uint8_t ack:1; /* 1 => receiver must ACK when DONE */ member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2953 struct T_optmgmt_ack ack; member
2955 } ack; local
2988 cbuf.buf = (caddr_t)&ack;
2989 cbuf.maxlen = sizeof (ack);
3000 ack.ack.PRIM_type != T_OPTMGMT_ACK ||
3001 ack.ack.MGMT_flags != T_SUCCESS ||
3002 ack.ack.OPT_length < sizeof (struct opthdr)) {
3004 cbuf.len, ack.ack.PRIM_type);
3008 rh = (struct opthdr *)((caddr_t)&ack + ack.ack.OPT_offset);
/titanic_41/usr/src/cmd/ipf/examples/
H A Dexample.102 # pass ack packets (ie established connection)
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_pkt.c101 t_uscalar_t ack, mblk_t **mpp) in softmac_output() argument
147 ASSERT(dlp->dl_primitive == ack); in softmac_output()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh.out13 tcp:::state-change to last-ack - yes
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dsend.c435 rdsv3_send_is_acked(struct rdsv3_message *rm, uint64_t ack, in rdsv3_send_is_acked() argument
439 return (is_acked(rm, ack)); in rdsv3_send_is_acked()
440 return (ntohll(rm->m_inc.i_hdr.h_sequence) <= ack); in rdsv3_send_is_acked()
682 rdsv3_send_drop_acked(struct rdsv3_connection *conn, uint64_t ack, in rdsv3_send_drop_acked() argument
696 if (!rdsv3_send_is_acked(rm, ack, is_acked)) in rdsv3_send_drop_acked()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c1800 tcp_seq seq, ack, end; local
1810 ack = ntohl(tcp->th_ack);
1860 ack = tdata->td_end;
1862 (ack == 0)) {
1864 ack = tdata->td_end;
1868 ackskew = tdata->td_end - ack;
1957 int, ack
1959 tdata->td_end = ack;
1979 if (SEQ_GE(ack + win, tdata->td_maxend)) {
1982 int, ack + win
[all …]
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h280 uint16_t ack:1; member
290 uint16_t ack:1;
/titanic_41/usr/src/cmd/saf/
H A Dsacadm.c1109 struct admack ack; /* acknowledgment struct */ local
1110 register struct admack *ak = &ack; /* and a pointer to it */
1127 if (read(fd, ak, sizeof(ack)) != sizeof(ack)) {

123