Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dpipex_local.h374 #define PIPEX_SEEK_NEXTHDR(ptr, len, t) \ macro
Dpipex.c1430 gre = PIPEX_SEEK_NEXTHDR(ip, sizeof(struct ip), in pipex_pptp_output()
1437 cp = PIPEX_SEEK_NEXTHDR(gre, sizeof(struct pipex_gre_header),u_char *); in pipex_pptp_output()
1558 gre = PIPEX_SEEK_NEXTHDR(ip, hlen, struct pipex_gre_header *); in pipex_pptp_input()
1574 cp = PIPEX_SEEK_NEXTHDR(gre, sizeof(struct pipex_gre_header),u_char *); in pipex_pptp_input()
1815 cp = PIPEX_SEEK_NEXTHDR(gre, sizeof(struct pipex_gre_header), u_char *); in pipex_pptp_userland_output()