Home
last modified time | relevance | path

Searched refs:ip_hdr_sanity_check (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/dvmrpd/
H A Dpacket.c40 int ip_hdr_sanity_check(const struct ip *, u_int16_t);
138 if ((l = ip_hdr_sanity_check(&ip_hdr, len)) == -1) in recv_packet()
248 ip_hdr_sanity_check(const struct ip *ip_hdr, u_int16_t len) in ip_hdr_sanity_check() function
/openbsd/usr.sbin/ospfd/
H A Dpacket.c38 int ip_hdr_sanity_check(const struct ip *, u_int16_t);
171 if ((l = ip_hdr_sanity_check(&ip_hdr, len)) == -1) in recv_packet()
265 ip_hdr_sanity_check(const struct ip *ip_hdr, u_int16_t len) in ip_hdr_sanity_check() function