Searched refs:sockp (Results 1 – 1 of 1) sorted by relevance
119 int *sockp, in clntudp_bufcreate() argument180 if (*sockp < 0) in clntudp_bufcreate()182 *sockp = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); in clntudp_bufcreate()183 if (*sockp < 0) in clntudp_bufcreate()194 cu->cu_sock = *sockp; in clntudp_bufcreate()209 int *sockp) in clntudp_create() argument211 return (clntudp_bufcreate(raddr, program, version, wait, sockp, in clntudp_create()
Completed in 6 milliseconds