Searched refs:temp_net (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_read.c110 u_short temp_net; local
344 temp_net = NET_VALUE(ddp->dst_net);
345 NET_ASSIGN_NOSWAP(rcbp->rc_local_net, temp_net);
H A Datp_write.c1123 u_short temp_net; local
1184 temp_net = NET_VALUE(ddp->src_net);
1185 NET_ASSIGN_NOSWAP(trp->tr_local_net, temp_net);
1240 u_short temp_net; local
1284 temp_net = NET_VALUE_NOSWAP(rcbp->rc_local_net);
1285 NET_ASSIGN(ddp->src_net, temp_net);

Completed in 19 milliseconds