Home
last modified time | relevance | path

Searched refs:IPPROTO_EIGRP (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/eigrpd/
H A Deigrp.h26 #define IPPROTO_EIGRP 88 macro
H A Deigrpe.c88 SOCK_RAW | SOCK_CLOEXEC | SOCK_NONBLOCK, IPPROTO_EIGRP)) == -1) in eigrpe()
104 SOCK_RAW | SOCK_CLOEXEC | SOCK_NONBLOCK, IPPROTO_EIGRP)) == -1) in eigrpe()
H A Dpacket.c92 ip_hdr.ip_p = IPPROTO_EIGRP; in send_packet_v4()