Searched refs:dlpi_get_reply (Results 1 – 1 of 1) sorted by relevance
/external/ppp/pppd/ |
D | sys-solaris.c | 251 static int dlpi_get_reply __P((int, union DL_primitives *, int, int)); 723 dlpi_get_reply(ifd, &reply.prim, DL_OK_ACK, sizeof(reply)) < 0) { in sys_init() 2252 || dlpi_get_reply(iffd, &reply.prim, DL_OK_ACK, sizeof(reply)) < 0 2254 || dlpi_get_reply(iffd, &reply.prim, DL_INFO_ACK, sizeof(reply)) < 0) { 2331 dlpi_get_reply(fd, reply, expected_prim, maxlen) in dlpi_get_reply() function
|