Home
last modified time | relevance | path

Searched refs:cto (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_target.c244 ct7_entry_t _ctio7, *cto = &_ctio7; in isp_endcmd() local
261 ISP_MEMZERO(cto, sizeof(*cto)); in isp_endcmd()
262 cto->ct_header.rqs_entry_type = RQSTYPE_CTIO7; in isp_endcmd()
263 cto->ct_header.rqs_entry_count = 1; in isp_endcmd()
264 cto->ct_nphdl = nphdl; in isp_endcmd()
265 cto->ct_rxid = aep->at_rxid; in isp_endcmd()
266 cto->ct_iid_lo = (aep->at_hdr.s_id[1] << 8) | aep->at_hdr.s_id[2]; in isp_endcmd()
267 cto->ct_iid_hi = aep->at_hdr.s_id[0]; in isp_endcmd()
268 cto in isp_endcmd()
[all...]
/freebsd/usr.sbin/traceroute/
H A Dfindsaddr-udp.c57 struct sockaddr_in cto, cfrom; in findsaddr() local
67 memcpy(&cto, to, len); in findsaddr()
68 cto.sin_port = htons(65535); /* Dummy port for connect(2). */ in findsaddr()
69 if (connect(s, (struct sockaddr *)&cto, len) == -1) { in findsaddr()