Searched refs:dst_net (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_ddp_brt.h61 #define BRT_LOOK(brt, dst_net) { \
63 brt = &at_ddp_brt[BRT_HASH(dst_net) * BRT_BSIZ]; \
65 if (brt->net == dst_net) \
H A Dddp_aep.c91 ((ifID->ifThisNode.s_net == NET_VALUE(ddp->dst_net))
100 NET_NET(ddp->dst_net, ddp->src_net);
112 NET_VALUE(ddp->src_net), ddp->src_node, NET_VALUE(ddp->dst_net),
H A Dat_aarp.h168 (NET_VALUE((p)->dst_net) == elapp->ifThisNode.s_net) \
172 (NET_VALUE((p)->dst_net) == 0x0000 \
178 (NET_VALUE((p)->dst_net) == 0x0000) || \
179 (NET_VALUE((p)->dst_net) == elapp->ifThisNode.s_net)) \
H A Dddp.c526 register at_net_al dst_net; local
580 * up... Note that for LocalTalk, dst_net zero means "THIS_NET", so
582 * dst_net 0 can be used only for cable-wide or zone-wide
586 dst_net = NET_VALUE(ddp->dst_net);
593 ((dst_net == ATADDR_ANYNET) ||
594 (dst_net >= ifID_home->ifThisCableStart &&
595 dst_net <= ifID_home->ifThisCableEnd))) {
597 NET_ASSIGN(ddp->dst_net, ifID_home->ifARouter.s_net);
598 dst_net
877 register at_net_al dst_net; local
[all...]
H A Dddp_r_zip.c147 (NET_VALUE(ddp->dst_net) == 0 && ddp->dst_node == 0xff)) {
252 NET_ASSIGN(ddp_sent->dst_net, 0);
257 NET_NET(ddp_sent->dst_net, ddp->src_net);
266 NET_VALUE(ddp_sent->dst_net), ddp_sent->dst_node,
270 NET_VALUE(ddp_sent->dst_net), ddp_sent->dst_node, 0))) {
311 NET_NET(ddp->dst_net, src_ddp->src_net);
382 NET_VALUE(ddp->dst_net), ddp->dst_node, 0))) {
423 NET_VALUE(ddp->dst_net), ddp->dst_node, 0))) {
514 NET_VALUE(ddp->dst_net),
571 NET_VALUE(ddp->dst_net),
[all...]
H A Dddp_nbp.c184 at_net_al dst_net; local
186 dst_net = NET_VALUE(ddp->dst_net);
189 if ( ROUTING_MODE && (NET_VALUE(ddp->dst_net) != 0)
190 && ((dst_net < ifID->ifThisCableStart)
191 || (dst_net > ifID->ifThisCableEnd)) ) {
235 NET_VALUE(ddp->dst_net) >= rt->NetStart &&
236 NET_VALUE(ddp->dst_net) <= rt->NetStop
278 NET_ASSIGN(ddp->dst_net, 0);
310 NET_ASSIGN(ddp->dst_net,
[all...]
H A Dddp_usrreq.c196 NET_ASSIGN(ddp->dst_net, pcb->raddr.s_net);
207 NET_ASSIGN(ddp->dst_net, dst->sat_addr.s_net);
225 if (NET_VALUE(ddp->dst_net) == ATADDR_ANYNET &&
H A Dddp_sip.c175 NET_NET(ddp->dst_net, ddp->src_net);
H A Dddp_r_rtmp.c149 DstNet = NET_VALUE(ddp->dst_net);
215 NET_VALUE(ddp->dst_net),ddp->dst_node));
231 NET_VALUE(ddp->dst_net), ddp->dst_node));
860 NET_NET(ddp->dst_net, DstNet);
907 Entry = rt_blookup(NET_VALUE(orig_ddp->dst_net));
911 NET_VALUE(orig_ddp->dst_net)));
936 NET_NET(ddp->dst_net, orig_ddp->src_net);
965 NET_VALUE(orig_ddp->dst_net), Entry->NextIRNet, Entry->NextIRNode));
1140 NET_VALUE(ddp->dst_net), ifID->ifPort,
1163 NET_VALUE(ddp->dst_net), dd
[all...]
H A Dddp.h83 at_net dst_net; /* Destination network number */ member in struct:__anon274
H A Dddp_rtmptable.c856 NET_VALUE(ddp->dst_net), ddp->dst_node));
862 if ((Entry = rt_blookup(NET_VALUE(ddp->dst_net)))) {
866 NET_VALUE(ddp->dst_net), ddp->dst_node, ifID->ifPort,
895 NET_VALUE(ddp->dst_net), ddp->dst_node, 0);
899 NET_VALUE(ddp->dst_net), ddp->dst_node, ifID->ifPort,
914 NET_VALUE(ddp->dst_net), ddp->dst_node, ifID->ifPort,
H A Dasp_proto.c734 NET_ASSIGN(ddp->dst_net, dest->net);
848 sess_scb->loc_addr.net = NET_VALUE(ddp->dst_net);
852 NET_ASSIGN(ddp->dst_net, rem_addr.net);
1019 NET_NET(ddp->src_net, ddp->dst_net);
1021 NET_ASSIGN(ddp->dst_net, rem_addr.net);
1065 NET_NET(ddp->src_net, ddp->dst_net);
1067 NET_ASSIGN(ddp->dst_net, rem_addr.net);
1202 NET_NET(ddp->src_net, ddp->dst_net);
1204 NET_ASSIGN(ddp->dst_net, rem_addr.net);
2031 NET_ASSIGN(ddp->dst_net, sc
[all...]
H A Datp_write.c240 rcbp->rc_socket.net == NET_VALUE(ddp->dst_net) &&
263 rcbp->rc_socket.net = NET_VALUE(ddp->dst_net);
420 NET_ASSIGN(ddp->dst_net, trp->tr_socket.net);
1181 trp->tr_socket.net = NET_VALUE(ddp->dst_net);
1254 (rcbp->rc_socket.net == NET_VALUE(ddp->dst_net)) &&
1276 rcbp->rc_socket.net = NET_VALUE(ddp->dst_net);
1515 trp->tr_socket.net = NET_VALUE(ddp->dst_net);
H A Dddp_aarp.c401 (NET_VALUE(ddp_hdrp->dst_net) == elapp->ifThisNode.s_net)) {
447 (NET_VALUE(ddp_hdrp->dst_net) == NET_VALUE(ddp_hdrp->src_net))) {
H A Datp_read.c344 temp_net = NET_VALUE(ddp->dst_net);

Completed in 92 milliseconds