Searched defs:COMPATNAME (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/net/ |
H A D | rtsock_shared.c | 118 #define COMPATNAME(x) compat_50_ ## x macro 140 #define COMPATNAME(x) x macro 212 COMPATNAME(route_filter)(struct mbuf *m, struct sockproto *proto, in COMPATNAME() function 287 COMPATNAME(route_attach)(struct socket *so, int proto) in COMPATNAME() function 330 COMPATNAME(route_detach)(struct socket *so) in COMPATNAME() function 348 COMPATNAME(route_accept)(struct socket *so, struct sockaddr *nam) in COMPATNAME() function 358 COMPATNAME(route_bind)(struct socket *so, struct sockaddr *nam, struct lwp *l) in COMPATNAME() function 366 COMPATNAME(route_listen)(struct socket *so, struct lwp *l) in COMPATNAME() function 374 COMPATNAME(route_connect)(struct socket *so, struct sockaddr *nam, struct lwp *l) in COMPATNAME() function 382 COMPATNAME(route_connect2)(struct socket *so, struct socket *so2) in COMPATNAME() function [all …]
|