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

/darwin-on-arm/xnu/bsd/net/
H A Droute.c843 rtalloc1_locked(struct sockaddr *dst, int report, uint32_t ignflags) argument
845 return (rtalloc1_common_locked(dst, report, ignflags, IFSCOPE_NONE));
849 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, argument
852 return (rtalloc1_common_locked(dst, report, ignflags, ifscope));
860 rtalloc1_common_locked(struct sockaddr *dst, int report, uint32_t ignflags, argument
884 if (report && (nflags & (RTF_CLONING | RTF_PRCLONING))) {
886 * We are apparently adding (report = 0 in delete).
926 if (report) {
928 * If required, report the failure to the supervising
930 * For a delete, this is not an error. (report
941 rtalloc1(struct sockaddr *dst, int report, uint32_t ignflags) argument
952 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, unsigned int ifscope) argument
[all...]
H A Drtsock.c544 goto report;
572 report:

Completed in 29 milliseconds