Searched defs:sent (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libslp/clib/ |
H A D | slp_net.c | 30 * thread, while multicast and UDP unicast messages are sent by the 198 unsigned long long now, sent; local 248 sent = now_millis(); 251 0, &timeout, sent, &now, pfd, 1); 337 unsigned long long final_to, now, sent; local 375 sent = now_millis(); 379 sent, &now, &noresults, &anyresults, timeout); 918 * msg was sent successfully on at least one interface; otherwise 919 * returns SLP_NETWORK_ERROR if msg was not sent on any interfaces. 935 * cause the message to be sent o 1003 mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, const char *scopes, char *header, void **collator, unsigned long long final_to, unsigned long long sent, unsigned long long *now, int *noresults, int *anyresults, int timeout) argument 1152 wait_for_response( unsigned long long final_to, int *timeout, unsigned long long sent, unsigned long long *now, struct pollfd pfd[], nfds_t nfds) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 4972 struct servent *sent; local 4983 sent = PerlSock_getservbyname(name, proto); 4999 sent = PerlSock_getservbyport(port, proto); 5006 sent = PerlSock_getservent(); 5014 if (sent) { 5017 sv_setiv(sv, (IV)PerlSock_ntohs(sent->s_port)); 5019 sv_setiv(sv, (IV)(sent->s_port)); 5023 sv_setpv(sv, sent->s_name); 5028 if (sent) { 5030 sv_setpv(sv, sent [all...] |
Completed in 25 milliseconds