Searched refs:rtm_seq (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/bootp-298/bootplib/
H A Darp.c440 static int rtm_seq; local
442 return (++rtm_seq);
452 int rtm_seq; local
466 rtm->rtm_seq = rtm_seq = arp_get_next_seq();
478 && rtm->rtm_seq == rtm_seq && rtm->rtm_pid == pid) {
554 rtm->rtm_seq = arp_get_next_seq();
616 rtm->rtm_seq = arp_get_next_seq();
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dfindsaddr-socket.c150 rp->rtm_seq = ++seq;
182 } while (rp->rtm_seq != seq || rp->rtm_pid != pid);
/macosx-10.10.1/bootp-298/IPConfiguration.bproj/
H A Drtutil.c106 rtm->rtm_seq = arp_get_next_seq();
201 rtm->rtm_seq = arp_get_next_seq();
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Droute.h287 int rtm_seq; /* for sender to identify action */ member in struct:rt_msghdr
335 int rtm_seq; /* for sender to identify action */ member in struct:rt_msghdr_ext
H A Drtsock.c1473 rtm->rtm_seq = 0;
1538 ertm->rtm_seq = 0;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c239 rtmsg.hdr.rtm_seq = seq++;
267 sizeof(rtmsg), ifindex, ip[0], ip[1], ip[2], ip[3], rtmsg.hdr.rtm_seq, len, errno, strerror(errno));
271 sizeof(rtmsg), ifindex, ip[0], ip[1], ip[2], ip[3], rtmsg.hdr.rtm_seq, len, errno, strerror(errno), rtmsg.hdr.rtm_errno);
287 rtmsg.hdr.rtm_seq = seq++;
314 sizeof(rtmsg), ifindex, IPv6FMTARGS, rtmsg.hdr.rtm_seq, len, errno, strerror(errno));
318 sizeof(rtmsg), ifindex, IPv6FMTARGS, rtmsg.hdr.rtm_seq, len, errno, strerror(errno), rtmsg.hdr.rtm_errno);
1617 msg.hdr.rtm_seq = routeSeq++;
1672 msg.hdr.rtm_seq = routeSeq++;
2680 rtm->rtm_seq = ++seq;
2714 while (rlen > 0 && (rtm->rtm_seq !
[all...]
/macosx-10.10.1/network_cmds-457/route.tproj/
H A Droute.c286 rtm->rtm_seq = seqno;
1197 rtm.rtm_seq = ++seq;
1223 } while (l > 0 && (rtm.rtm_seq != seq || rtm.rtm_pid != pid));
1343 (long)rtm->rtm_pid, rtm->rtm_seq, rtm->rtm_errno);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dsys-MacOSX.c202 static int rtm_seq; variable
3093 arpmsg.hdr.rtm_seq = ++rtm_seq;
3127 arpmsg.hdr.rtm_seq = ++rtm_seq;
3823 int rtm_seq = 0; local
3850 rtmsg.hdr.rtm_seq = ++rtm_seq;
3897 int rtm_seq = 0; local
3924 rtmsg.hdr.rtm_seq
[all...]
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_utils.c1669 int rtm_seq = 0; local
1707 rtmsg.hdr.rtm_seq = ++rtm_seq;
1767 int rtm_seq = 0; local
1815 rtmsg.hdr.rtm_seq = ++rtm_seq;
/macosx-10.10.1/ppp-786.1.1/Drivers/PPTP/PPTP-plugin/
H A Dmain.c1526 int rtm_seq = 0; local
1552 rtmsg.hdr.rtm_seq = ++rtm_seq;
/macosx-10.10.1/network_cmds-457/arp.tproj/
H A Darp.c859 rtm->rtm_seq = ++seq;
869 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c2166 int rtm_seq = 0; local
2192 rtmsg.hdr.rtm_seq = ++rtm_seq;
/macosx-10.10.1/network_cmds-457/ndp.tproj/
H A Dndp.c1150 rtm->rtm_seq = ++seq;
1160 } while (l > 0 && (rtm->rtm_seq != seq || rtm->rtm_pid != pid));
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkReachability.c186 static int rtm_seq = 0; variable
815 int32_t seq = OSAtomicIncrement32Barrier(&rtm_seq);
835 info->rtm->rtm_seq = seq;
943 (info->rtm->rtm_seq == seq) &&
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c1872 int rtm_seq = 0; local
1999 rtmsg.hdr.rtm_seq = ++rtm_seq;
2428 aligned_buf.rtm.rtm_seq = ++seq;
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c955 static int rtm_seq = 0; local
2468 rtmsg.hdr.rtm_seq = ++rtm_seq;
3571 rtmsg.hdr.rtm_seq = ++rtm_seq;
7930 rtm->rtm_seq = ++rtm_seq;

Completed in 704 milliseconds