Lines Matching defs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
346 ip_drop_output("ipIfStatsOutDiscards - invalid src",
968 ipaddr_t src;
977 src = htonl(INADDR_LOOPBACK);
982 &src, NULL, NULL);
992 ipha->ipha_src = src;
1622 ipaddr_t src = ipha->ipha_src;
1665 cksum += (dst >> 16) + (dst & 0xFFFF) + (src >> 16) + (src & 0xFFFF);
1779 ipaddr_t src = ipha->ipha_src;
1792 (src >> 16) + (src & 0xFFFF);
1859 ipaddr_t src = ipha->ipha_src;
1865 AF_INET, (uint8_t *)(uintptr_t)src, NULL)) {
1871 IPPROTO_IP, AF_INET, (uint8_t *)(uintptr_t)src,