Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dppp-comp.h142 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */ macro
H A Dbsd-comp.c308 || BSD_VERSION(options[2]) != BSD_CURRENT_VERSION) in bsd_alloc()
398 || BSD_VERSION(options[2]) != BSD_CURRENT_VERSION in bsd_init()
/openbsd/usr.sbin/pppd/
H A Dccp.c561 if (BSD_VERSION(p[2]) != BSD_CURRENT_VERSION) in ccp_nakci()
743 if (BSD_VERSION(p[2]) != BSD_CURRENT_VERSION in ccp_reqci()
979 printer(arg, "bsd v%d %d", BSD_VERSION(p[2]), in ccp_printpkt()