Searched refs:atp_bind (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp.h456 int atp_bind(gref_t *, unsigned int, unsigned char *);
H A Dasp_proto.c437 if ((sock_num = (at_socket)atp_bind(gref, 0, &sockSav)) == 0) {
466 if ((sock_num = (at_socket)atp_bind(gref, 0, 0)) == 0) {
533 if ((sock_num = (at_socket)atp_bind(gref, 0, &sockSav)) == 0) {
H A Datp_write.c174 if ((skt = (at_socket)atp_bind(gref, (unsigned int)skt, 0)) == 0)
828 int atp_bind(gref, sVal, flag) function

Completed in 20 milliseconds