Home
last modified time | relevance | path

Searched refs:NetconnSetLocalPort (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dnet.h107 void NetconnSetLocalPort(struct FtNetconn *conn, FILLP_INT port);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dnet.c82 void NetconnSetLocalPort(struct FtNetconn *conn, FILLP_INT port) in NetconnSetLocalPort() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c447 NetconnSetLocalPort(conn, ((struct sockaddr_in *)(&pcb->localAddr))->sin_port); in SpungeHandleMsgBind()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c579 NetconnSetLocalPort(newConn, conn->pcb->localPort); // The same with the server listen port in FillpInitNewConnByConfirm()