Lines Matching defs:netid
877 * Register an "inet" protocol family netid with the local
896 const char *netid;
901 netid = RPCBIND_NETID_UDP;
904 netid = RPCBIND_NETID_TCP;
911 (const struct sockaddr *)&sin, netid);
925 * Register an "inet6" protocol family netid with the local
944 const char *netid;
949 netid = RPCBIND_NETID_UDP6;
952 netid = RPCBIND_NETID_TCP6;
959 (const struct sockaddr *)&sin6, netid);