/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | bound.c | 94 dhcp_bound(dhcp_smach_t *dsmp, PKT_LIST *ack) in dhcp_bound() argument 102 if (ack != NULL) { in dhcp_bound() 106 dsmp->dsm_ack = ack; in dhcp_bound() 109 dsmp->dsm_orig_ack = ack; in dhcp_bound() 111 save_domainname(dsmp, ack); in dhcp_bound() 121 if (ack->opts[CD_DHCP_TYPE] == NULL) in dhcp_bound() 130 (void) memcpy(&new_lease, ack->opts[CD_LEASE_TIME]->value, in dhcp_bound() 135 (void) memcpy(ack->opts[CD_LEASE_TIME]->value, &new_lease, in dhcp_bound() 196 if (ack != NULL && in dhcp_bound() 198 dsmp->dsm_isv6 && !save_server_id(dsmp, ack)) { in dhcp_bound() [all …]
|
H A D | agent.c | 773 PKT_LIST *ack = dsmp->dsm_ack; in ipc_event() local 801 opt = dhcpv6_pkt_option(ack, NULL, optnum.code, in ipc_event() 804 opt = dhcp_get_ack_or_state(dsmp, ack, in ipc_event() 820 d6o = dhcpv6_pkt_option(ack, d6o, in ipc_event() 852 opt = ack->vs[optnum.code]; in ipc_event() 859 (dhcpv6_message_t *)ack->pkt; in ipc_event() 894 (caddr_t)ack->pkt + optnum.code, in ipc_event() 930 } else if (ack != dsmp->dsm_orig_ack) { in ipc_event() 936 ack = dsmp->dsm_orig_ack; in ipc_event() 974 PKT_LIST *ack, *oack; in ipc_event() local [all …]
|
/illumos-gate/usr/src/cmd/connstat/ |
H A D | connstat_mib.c | 63 struct T_optmgmt_ack ack; in conn_walk() member 66 } ack; in conn_walk() local 95 cbuf.buf = (caddr_t)&ack; in conn_walk() 96 cbuf.maxlen = sizeof (ack); in conn_walk() 119 ack.ack.PRIM_type != T_OPTMGMT_ACK || in conn_walk() 120 ack.ack.MGMT_flags != T_SUCCESS || in conn_walk() 121 ack.ack.OPT_length < sizeof (struct opthdr)) { in conn_walk() 128 hdr = (struct opthdr *)((caddr_t)&ack + ack.ack.OPT_offset); in conn_walk()
|
/illumos-gate/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 265 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 …]
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case12.txt | 8 # a conflicting open (no oplock) is blocked until lease break ack 22 # ack the first lease break above (RWH to RH) 24 ack 1 0x803 26 # ack the second lease break (RH to R) 28 ack 1 0x801
|
H A D | case12.ref | 37 ack 1 0x803 38 ack: break fid=1, newstate=0x803, status=0x0 (SUCCESS) 48 ack 1 0x801 49 ack: break fid=1, newstate=0x801, status=0x0 (SUCCESS)
|
H A D | case14.ref | 34 ack 1 0x803 35 ack: break fid=1, newstate=0x803, status=0x0 (SUCCESS) 59 ack 2 0x801 60 ack: break fid=2, newstate=0x801, status=0x0 (SUCCESS)
|
H A D | case01.ref | 19 ack 1 20 ack: break fid=1, newstate=0x100, status=0x0 (SUCCESS)
|
H A D | case02.ref | 19 ack 1 20 ack: break fid=1, newstate=0x803, status=0x0 (SUCCESS)
|
H A D | case11.ref | 16 ack 1 17 ack: break fid=1, newstate=0x803, status=0x0 (SUCCESS)
|
H A D | case08.ref | 22 ack 1 23 ack: break fid=1, newstate=0x801, status=0x0 (SUCCESS)
|
H A D | case14.txt | 31 ack 1 0x803 49 ack 2 0x801
|
H A D | case13.ref | 48 ack 1 49 ack: break fid=1, newstate=0x803, status=0x0 (SUCCESS)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 37 #define ack() (void) write(wrem, "\0\n", 2) macro 126 ack(); in server() 153 ack(); in server() 178 ack(); in server() 194 ack(); in server() 846 ack(); in recvf() 852 ack(); in recvf() 865 ack(); in recvf() 903 ack(); in recvf() 927 ack(); in recvf() [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | fio.c | 225 char ack, ibuf[MAXMSGLEN]; local 233 ack = '\0'; 243 if ((ack = ibuf[0]) == 'G') 245 DEBUG(4, "ack - '%c'\n", ack); 249 if (ack == 'R') {
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tftp.h | 47 } ack; member 68 } ack; member
|
H A D | tlan.c | 536 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 D | fsys_tftp.c | 194 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()
|
/illumos-gate/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.h | 65 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
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceTable.java | 645 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()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ds_common.c | 748 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 …]
|
/illumos-gate/usr/src/uts/common/io/dmfe/ |
H A D | dmfe_mii.c | 211 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()
|
/illumos-gate/usr/src/uts/common/fs/ctfs/ |
H A D | ctfs_ctl.c | 191 int ack; in ctfs_ctl_ioctl() local 202 ack = (cmd == CT_CACK) ? CT_ACK : CT_NACK; in ctfs_ctl_ioctl() 203 error = contract_ack(ct, event, ack); in ctfs_ctl_ioctl()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1338 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()
|
/illumos-gate/usr/src/cmd/eqn/eqnchar.d/ |
H A D | ascii | 1 |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|
|